public interface IHttpClientFactoryHTTP client factory creates configurable HTTP clients. A unique HTTP client should be created for each service.
Namespace
Google.Apis.HttpAssembly
Google.Apis.Core.dll
Methods
CreateHttpClient(CreateHttpClientArgs)
ConfigurableHttpClient CreateHttpClient(CreateHttpClientArgs args)Creates a new configurable HTTP client.
| Parameter | |
|---|---|
| Name | Description |
args |
CreateHttpClientArgs |
| Returns | |
|---|---|
| Type | Description |
ConfigurableHttpClient |
|