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

Factory class for creating http client helpers.
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

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