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
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.
Azure SDK for .NET