ServiceClient<T>.HttpClient Property

 

Gets the HttpClient that is used for making HTTP requests.

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

public HttpClient HttpClient { get; set; }

Property Value

Type: System.Net.Http.HttpClient

The HttpClient that is used for making HTTP requests.

Return to top
Show: