C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper

Factory class for creating HttpClient objects with custom headers.
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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