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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.