ServiceClient<T>.InitializeHttpClient Method (HttpMessageHandler)

 

Initializes HttpClient.

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

protected void InitializeHttpClient(
	HttpMessageHandler httpMessageHandler
)

Parameters

httpMessageHandler
Type: System.Net.Http.HttpMessageHandler

Http message handler to use with Http client.

Return to top
Show: