ClientRequestTrackingHandler.ProcessResponse 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.
Adds the tracking ID for this operation to the incoming response header
protected override System.Net.Http.HttpResponseMessage ProcessResponse(System.Net.Http.HttpResponseMessage response, System.Threading.CancellationToken cancellationToken);
override this.ProcessResponse : System.Net.Http.HttpResponseMessage * System.Threading.CancellationToken -> System.Net.Http.HttpResponseMessage
Protected Overrides Function ProcessResponse (response As HttpResponseMessage, cancellationToken As CancellationToken) As HttpResponseMessage
Parameters
- response
- HttpResponseMessage
The http response message
- cancellationToken
- CancellationToken
A token that allows canceling the http operation
Returns
The incoming http response message with the tracking ID header added
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET