Table of Contents

Interface IHttpClientFactory

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IHttpClientFactory
Extension Methods

Methods

AddAuthorizationHeader(string, string)

void AddAuthorizationHeader(string name, string value)

Parameters

name string
value string

Create()

HttpClient Create()

Returns

HttpClient

GetAuthorizationParameter()

string GetAuthorizationParameter()

Returns

string

GetBaseAddress()

Uri GetBaseAddress()

Returns

Uri

GetSecret()

string GetSecret()

Returns

string

SetAuthenticationHeader(string, string)

void SetAuthenticationHeader(string scheme, string parameter)

Parameters

scheme string
parameter string