C# Класс Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourcesController.TestHttpClientHelperFactory

The test http client helper factory.
Наследование: Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateHttpClientHelper() публичный Метод

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
Результат Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper

TestHttpClientHelperFactory() публичный Метод

Initializes a new instance of the TestHttpClientHelperFactory class.
public TestHttpClientHelperFactory ( SubscriptionCloudCredentials credentials ) : System
credentials SubscriptionCloudCredentials
Результат System