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

An implementation of the HttpClientHelper abstract class.
상속: HttpClientHelper
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
HttpClientHelperImpl ( SubscriptionCloudCredentials credentials, IEnumerable headerValues, string>.Dictionary cmdletHeaderValues ) : System.Collections.Generic

Initializes new instances of the HttpClientHelperImpl class.

메소드 상세

HttpClientHelperImpl() 공개 메소드

Initializes new instances of the HttpClientHelperImpl class.
public HttpClientHelperImpl ( SubscriptionCloudCredentials credentials, IEnumerable headerValues, string>.Dictionary cmdletHeaderValues ) : System.Collections.Generic
credentials SubscriptionCloudCredentials The credentials.
headerValues IEnumerable The headers.
cmdletHeaderValues string>.Dictionary
리턴 System.Collections.Generic