ClientRequestTrackingHandler.ProcessResponse Method (HttpResponseMessage, CancellationToken)

 

Processes the response for the client request.

Namespace:   Microsoft.WindowsAzure
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.

Return Value

Type: System.Net.Http.HttpResponseMessage

The message containing the response.

Return to top
Show: