ClientRequestTrackingHandler::ProcessRequest Method (HttpRequestMessage^, CancellationToken)

 

Processes the request made by the client.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

protected:
virtual HttpRequestMessage^ ProcessRequest(
	HttpRequestMessage^ request,
	CancellationToken cancellationToken
)

Parameters

request
Type: System.Net.Http::HttpRequestMessage^

The request to be processed.

cancellationToken
Type: System.Threading::CancellationToken

The cancellation token.

Return Value

Type: System.Net.Http::HttpRequestMessage^

The message containing the request.

Return to top
Show: