TokenCloudCredentials.ProcessHttpRequestAsync Method (HttpRequestMessage, CancellationToken)

 

Apply the credentials to the HTTP request.

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

Task that will complete when processing has completed.

Return to top
Show: