TokenCloudCredentials.ProcessHttpRequestAsync Method (HttpRequestMessage, CancellationToken)
Apply the credentials to the HTTP request.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public override Task ProcessHttpRequestAsync( HttpRequestMessage request, CancellationToken cancellationToken )
Parameters
- request
-
Type:
System.Net.Http.HttpRequestMessage
The HTTP request.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.TaskTask that will complete when processing has completed.
Show: