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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.