ClientRequestTrackingHandler.ProcessResponse Method (HttpResponseMessage, CancellationToken)
Processes the response for the client request.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
protected virtual HttpResponseMessage ProcessResponse( HttpResponseMessage response, CancellationToken cancellationToken )
Parameters
- response
-
Type:
System.Net.Http.HttpResponseMessage
The response to be processed.
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Show: