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

Factory class for creating http client helpers.
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

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

Creates new instances of the HttpClientHelper class.

Private Methods

Méthode Description
HttpClientHelperFactory ( ) : System.Collections.Generic

Initializes static members of the HttpClientHelperFactory class.

Method Details

CreateHttpClientHelper() public méthode

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
Résultat HttpClientHelper