C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory.HttpClientHelperImpl

An implementation of the HttpClientHelper abstract class.
Inheritance: HttpClientHelper
Exibir arquivo Open project: Azure/azure-powershell

Public Methods

Method Description
HttpClientHelperImpl ( SubscriptionCloudCredentials credentials, IEnumerable headerValues, string>.Dictionary cmdletHeaderValues ) : System.Collections.Generic

Initializes new instances of the HttpClientHelperImpl class.

Method Details

HttpClientHelperImpl() public method

Initializes new instances of the HttpClientHelperImpl class.
public HttpClientHelperImpl ( SubscriptionCloudCredentials credentials, IEnumerable headerValues, string>.Dictionary cmdletHeaderValues ) : System.Collections.Generic
credentials SubscriptionCloudCredentials The credentials.
headerValues IEnumerable The headers.
cmdletHeaderValues string>.Dictionary
return System.Collections.Generic