C# Class Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourcesController.TestHttpClientHelperFactory.HttpClientHelperImpl

An implementation of the HttpClientHelper abstract class.
Inheritance: Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper
Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
CreateHttpClient ( ) : HttpClient

Creates an HttpClient

HttpClientHelperImpl ( SubscriptionCloudCredentials credentials, IEnumerable headerValues, string>.Dictionary cmdletHeaderValues ) : System

Initializes new instances of the HttpClientHelperImpl class.

Method Details

CreateHttpClient() public method

Creates an HttpClient
public CreateHttpClient ( ) : HttpClient
return System.Net.Http.HttpClient

HttpClientHelperImpl() public method

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