HttpClientHelper Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- headerValues
- IEnumerable<ProductInfoHeaderValue>
- 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.