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)
42await _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 `null`