Share via


HttpClientHelper Constructors

Definition

Overloads

HttpClientHelper(SubscriptionCloudCredentials, IEnumerable<ProductInfoHeaderValue>, Dictionary<String,String>)
HttpClientHelper(ServiceClientCredentials, IEnumerable<ProductInfoHeaderValue>, Dictionary<String,String>)

Initializes a new instance of the HttpClientHelper class.

HttpClientHelper(SubscriptionCloudCredentials, IEnumerable<ProductInfoHeaderValue>, Dictionary<String,String>)

protected HttpClientHelper (Microsoft.Azure.SubscriptionCloudCredentials credentials, System.Collections.Generic.IEnumerable<System.Net.Http.Headers.ProductInfoHeaderValue> headerValues, System.Collections.Generic.Dictionary<string,string> cmdletHeaderValues);
new Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper : Microsoft.Azure.SubscriptionCloudCredentials * seq<System.Net.Http.Headers.ProductInfoHeaderValue> * System.Collections.Generic.Dictionary<string, string> -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper
Protected Sub New (credentials As SubscriptionCloudCredentials, headerValues As IEnumerable(Of ProductInfoHeaderValue), cmdletHeaderValues As Dictionary(Of String, String))

Parameters

credentials
Microsoft.Azure.SubscriptionCloudCredentials
cmdletHeaderValues
Dictionary<String,String>

Applies to

HttpClientHelper(ServiceClientCredentials, IEnumerable<ProductInfoHeaderValue>, Dictionary<String,String>)

Initializes a new instance of the HttpClientHelper class.

protected HttpClientHelper (Microsoft.Rest.ServiceClientCredentials credentials, System.Collections.Generic.IEnumerable<System.Net.Http.Headers.ProductInfoHeaderValue> headerValues, System.Collections.Generic.Dictionary<string,string> cmdletHeaderValues);
new Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper : Microsoft.Rest.ServiceClientCredentials * seq<System.Net.Http.Headers.ProductInfoHeaderValue> * System.Collections.Generic.Dictionary<string, string> -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper
Protected Sub New (credentials As ServiceClientCredentials, headerValues As IEnumerable(Of ProductInfoHeaderValue), cmdletHeaderValues As Dictionary(Of String, String))

Parameters

credentials
ServiceClientCredentials

The service client credentials.

headerValues
IEnumerable<ProductInfoHeaderValue>

The header values.

cmdletHeaderValues
Dictionary<String,String>

The cmdlet info header values.

Applies to