Interface IHttpClientFactory
public interface IHttpClientFactory
- Extension Methods
Methods
AddAuthorizationHeader(string, string)
void AddAuthorizationHeader(string name, string value)
Parameters
Create()
HttpClient Create()
Returns
GetAuthorizationParameter()
string GetAuthorizationParameter()
Returns
GetBaseAddress()
Uri GetBaseAddress()
Returns
- Uri
GetSecret()
string GetSecret()
Returns
SetAuthenticationHeader(string, string)
void SetAuthenticationHeader(string scheme, string parameter)