1 implementation of LogRequestStopAsync
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpClientLogger.cs (1)
112
public async ValueTask
LogRequestStopAsync
(
6 references to LogRequestStopAsync
Microsoft.Extensions.Http (6)
DependencyInjection\HttpClientBuilderExtensions.Logging.cs (4)
27
/// <see cref="IHttpClientAsyncLogger.
LogRequestStopAsync
"/> would be executed after all
34
/// <see cref="IHttpClientAsyncLogger.
LogRequestStopAsync
"/> would be executed before all
89
/// <see cref="IHttpClientAsyncLogger.
LogRequestStopAsync
"/> would be executed after all
96
/// <see cref="IHttpClientAsyncLogger.
LogRequestStopAsync
"/> would be executed before all
Logging\HttpClientLoggerHandler.cs (1)
42
await _httpClientAsyncLogger.
LogRequestStopAsync
(state, request, response, stopwatch.GetElapsedTime(), cancellationToken).ConfigureAwait(false);
Logging\IHttpClientAsyncLogger.cs (1)
38
/// be passed to a corresponding <see cref="
LogRequestStopAsync
"/> or <see cref="LogRequestFailedAsync"/>. Can be <see langword="null" />