CertificateCloudCredentials::ProcessHttpRequestAsync Method (HttpRequestMessage^, CancellationToken)

 

Applies the credentials to the HTTP request.

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

public:
virtual Task^ ProcessHttpRequestAsync(
	HttpRequestMessage^ request,
	CancellationToken cancellationToken
)

Parameters

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

The HTTP request.

cancellationToken
Type: System.Threading::CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks::Task^

A Task object that will be complete when processing is finished.

Return to top
Show: