1 implementation of LogRequestStart
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpClientLogger.cs (1)
129
public object?
LogRequestStart
(HttpRequestMessage request)
11 references to LogRequestStart
Microsoft.Extensions.Http (11)
DependencyInjection\HttpClientBuilderExtensions.Logging.cs (4)
24
/// If the <paramref name="wrapHandlersPipeline"/> is `true`, <see cref="IHttpClientLogger.
LogRequestStart
"/> and
31
/// If the <paramref name="wrapHandlersPipeline"/> is `false`, <see cref="IHttpClientLogger.
LogRequestStart
"/> and
86
/// If the <paramref name="wrapHandlersPipeline"/> is `true`, <see cref="IHttpClientLogger.
LogRequestStart
"/> and
93
/// If the <paramref name="wrapHandlersPipeline"/> is `false`, <see cref="IHttpClientLogger.
LogRequestStart
"/> and
Logging\HttpClientLoggerHandler.cs (2)
34
: _httpClientLogger.
LogRequestStart
(request);
72
object? state = _httpClientLogger.
LogRequestStart
(request);
Logging\IHttpClientAsyncLogger.cs (1)
18
/// syncronous counterparts inherited from <see cref="IHttpClientLogger"/> (such as <see cref="IHttpClientLogger.
LogRequestStart
"/>)
Logging\IHttpClientLogger.cs (4)
35
/// <param name="context">The context object that was previously returned by <see cref="
LogRequestStart
"/>.</param>
38
/// <param name="elapsed">Time elapsed since calling <see cref="
LogRequestStart
"/>.</param>
44
/// <param name="context">The context object that was previously returned by <see cref="
LogRequestStart
"/>.</param>
48
/// <param name="elapsed">Time elapsed since calling <see cref="
LogRequestStart
"/>.</param>