BasicAuthenticationCloudCredentials::ProcessHttpRequestAsync Method (HttpRequestMessage^, CancellationToken)

 

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

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

Parameters

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

cancellationToken
Type: System.Threading::CancellationToken

Return Value

Type: System.Threading.Tasks::Task^

Return to top
Show: