Interface IHttpClientFactory
HTTP client factory creates configurable HTTP clients. A unique HTTP client should be created for each service.
Namespace: Google.Apis.Http
Assembly: Google.Apis.Core.dll
Syntax
public interface IHttpClientFactory
Methods
CreateHttpClient(CreateHttpClientArgs)
Creates a new configurable HTTP client.
Declaration
ConfigurableHttpClient CreateHttpClient(CreateHttpClientArgs args)
Parameters
Type | Name | Description |
---|---|---|
CreateHttpClientArgs | args |
Returns
Type | Description |
---|---|
ConfigurableHttpClient |