ServiceClient(Of T) Constructor (HttpClient)

 

Initializes a new instance of the ServiceClient class.

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

Public Sub New (
	httpClient As HttpClient
)

Parameters

httpClient
Type: System.Net.Http.HttpClient

The http client.

Return to top
Show: