C# Class Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourcesController.TestHttpClientHelperFactory

The test http client helper factory.
Inheritance: Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

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

Creates new instances of the HttpClientHelper class.

TestHttpClientHelperFactory ( SubscriptionCloudCredentials credentials ) : System

Initializes a new instance of the TestHttpClientHelperFactory 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 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper

TestHttpClientHelperFactory() public méthode

Initializes a new instance of the TestHttpClientHelperFactory class.
public TestHttpClientHelperFactory ( SubscriptionCloudCredentials credentials ) : System
credentials SubscriptionCloudCredentials
Résultat System