1 instantiation of LoggingScopeHttpMessageHandler
Microsoft.Extensions.Http (1)
Logging\LoggingHttpMessageHandlerBuilderFilter.cs (1)
55
builder.AdditionalHandlers.Insert(0, new
LoggingScopeHttpMessageHandler
(outerLogger, options));
12 references to LoggingScopeHttpMessageHandler
Microsoft.Extensions.Http (3)
Logging\LoggingScopeHttpMessageHandler.cs (3)
22
/// Initializes a new instance of the <see cref="
LoggingScopeHttpMessageHandler
"/> class with a specified logger.
34
/// Initializes a new instance of the <see cref="
LoggingScopeHttpMessageHandler
"/> class with a specified logger and options.
37
/// <param name="options">The <see cref="HttpClientFactoryOptions"/> used to configure the <see cref="
LoggingScopeHttpMessageHandler
"/> instance.</param>
Microsoft.Extensions.Http.Polly.Tests (9)
DependencyInjection\PollyHttpClientBuilderExtensionsTest.cs (9)
62
h => Assert.IsType<
LoggingScopeHttpMessageHandler
>(h),
97
h => Assert.IsType<
LoggingScopeHttpMessageHandler
>(h),
135
h => Assert.IsType<
LoggingScopeHttpMessageHandler
>(h),
176
h => Assert.IsType<
LoggingScopeHttpMessageHandler
>(h),
220
h => Assert.IsType<
LoggingScopeHttpMessageHandler
>(h),
273
h => Assert.IsType<
LoggingScopeHttpMessageHandler
>(h),
318
h => Assert.IsType<
LoggingScopeHttpMessageHandler
>(h),
361
h => Assert.IsType<
LoggingScopeHttpMessageHandler
>(h),
432
h => Assert.IsType<
LoggingScopeHttpMessageHandler
>(h),