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

Factory class for creating HttpClient objects with custom headers.
Показать файл Открыть проект

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

Метод Описание
CreateHttpClient ( ) : HttpClient

Creates an HttpClient

Защищенные методы

Метод Описание
HttpClientHelper ( SubscriptionCloudCredentials credentials, IEnumerable headerValues, string>.Dictionary cmdletHeaderValues ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions

Initializes a new instance of the HttpClientHelper class.

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

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

Creates an HttpClient
public CreateHttpClient ( ) : HttpClient
Результат System.Net.Http.HttpClient

HttpClientHelper() защищенный Метод

Initializes a new instance of the HttpClientHelper class.
protected HttpClientHelper ( SubscriptionCloudCredentials credentials, IEnumerable headerValues, string>.Dictionary cmdletHeaderValues ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions
credentials SubscriptionCloudCredentials The subscription cloud credentials.
headerValues IEnumerable The header values.
cmdletHeaderValues string>.Dictionary
Результат Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions