IHttpClientLogger.LogRequestStart(HttpRequestMessage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs before sending an HTTP request.
public:
System::Object ^ LogRequestStart(System::Net::Http::HttpRequestMessage ^ request);
public object? LogRequestStart (System.Net.Http.HttpRequestMessage request);
abstract member LogRequestStart : System.Net.Http.HttpRequestMessage -> obj
Public Function LogRequestStart (request As HttpRequestMessage) As Object
Parameters
- request
- HttpRequestMessage
The HTTP request message that will be sent.
Returns
A context object that will be passed to a corresponding LogRequestStop(Object, HttpRequestMessage, HttpResponseMessage, TimeSpan) or LogRequestFailed(Object, HttpRequestMessage, HttpResponseMessage, Exception, TimeSpan). Can be null
if no context object is needed by the implementation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.