ClientRequestTrackingHandler::ProcessRequest Method (HttpRequestMessage^, CancellationToken)
Processes the request made by the client.
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.
Show: