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

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

Public Methods

Method 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 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 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper

TestHttpClientHelperFactory() public method

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