ServiceClient<T> Constructor (HttpClient)

 

Initializes a new instance of the ServiceClient class.

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

Syntax

public ServiceClient(
    HttpClient httpClient
)
public:
ServiceClient(
    HttpClient^ httpClient
)
new : 
        httpClient:HttpClient -> ServiceClient
Public Sub New (
    httpClient As HttpClient
)

Parameters

See Also

ServiceClient<T> Overload
ServiceClient<T> Class
Microsoft.WindowsAzure.Common Namespace

Return to top