C# Класс Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelperFactory

Factory class for creating http client helpers.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateHttpClientHelper ( SubscriptionCloudCredentials credentials, IEnumerable headerValues, string>.Dictionary cmdletHeaderValues ) : HttpClientHelper

Creates new instances of the HttpClientHelper class.

Приватные методы

Метод Описание
HttpClientHelperFactory ( ) : System.Collections.Generic

Initializes static members of the HttpClientHelperFactory 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
Результат HttpClientHelper