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

Factory class for creating http client helpers.
ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
CreateHttpClientHelper ( SubscriptionCloudCredentials credentials, IEnumerable headerValues, string>.Dictionary cmdletHeaderValues ) : HttpClientHelper

Creates new instances of the HttpClientHelper class.

Private Methods

Method Description
HttpClientHelperFactory ( ) : System.Collections.Generic

Initializes static members of the HttpClientHelperFactory class.

Method Details

CreateHttpClientHelper() public method

Creates new instances of the HttpClientHelper class.
public CreateHttpClientHelper ( SubscriptionCloudCredentials credentials, IEnumerable headerValues, string>.Dictionary cmdletHeaderValues ) : HttpClientHelper
credentials SubscriptionCloudCredentials The credentials.
headerValues IEnumerable The headers.
cmdletHeaderValues string>.Dictionary
return HttpClientHelper