1 instantiation of LoggingHttpMessageHandler
Microsoft.Extensions.Http (1)
Logging\LoggingHttpMessageHandlerBuilderFilter.cs (1)
59
builder.AdditionalHandlers.Add(new
LoggingHttpMessageHandler
(innerLogger, options));
12 references to LoggingHttpMessageHandler
Microsoft.Extensions.Http (3)
Logging\LoggingHttpMessageHandler.cs (3)
23
/// Initializes a new instance of the <see cref="
LoggingHttpMessageHandler
"/> class with a specified logger.
35
/// Initializes a new instance of the <see cref="
LoggingHttpMessageHandler
"/> class with a specified logger and options.
38
/// <param name="options">The <see cref="HttpClientFactoryOptions"/> used to configure the <see cref="
LoggingHttpMessageHandler
"/> instance.</param>
Microsoft.Extensions.Http.Polly.Tests (9)
DependencyInjection\PollyHttpClientBuilderExtensionsTest.cs (9)
64
h => Assert.IsType<
LoggingHttpMessageHandler
>(h));
99
h => Assert.IsType<
LoggingHttpMessageHandler
>(h));
137
h => Assert.IsType<
LoggingHttpMessageHandler
>(h));
178
h => Assert.IsType<
LoggingHttpMessageHandler
>(h));
222
h => Assert.IsType<
LoggingHttpMessageHandler
>(h));
275
h => Assert.IsType<
LoggingHttpMessageHandler
>(h));
320
h => Assert.IsType<
LoggingHttpMessageHandler
>(h));
363
h => Assert.IsType<
LoggingHttpMessageHandler
>(h));
434
h => Assert.IsType<
LoggingHttpMessageHandler
>(h));