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)
Syntax
public HttpClient HttpClient { get; set; }
public:
property HttpClient^ HttpClient {
HttpClient^ get();
void set(HttpClient^ value);
}
member HttpClient : HttpClient with get, set
Public Property HttpClient As HttpClient
Property Value
Type: System.Net.Http.HttpClient
The HttpClient that is used for making HTTP requests.
See Also
ServiceClient<T> Class
Microsoft.WindowsAzure.Common Namespace
Return to top