Partilhar via


HttpClientHelper Class

Definition

Factory class for creating HttpClient objects with custom headers.

public abstract class HttpClientHelper
type HttpClientHelper = class
Public MustInherit Class HttpClientHelper
Inheritance
HttpClientHelper

Constructors

HttpClientHelper(ServiceClientCredentials, IEnumerable<ProductInfoHeaderValue>, Dictionary<String,String>)

Initializes a new instance of the HttpClientHelper class.

HttpClientHelper(SubscriptionCloudCredentials, IEnumerable<ProductInfoHeaderValue>, Dictionary<String,String>)

Methods

CreateHttpClient(DelegatingHandler[])

Creates an HttpClient

Applies to