Interface IHttpClientFactory (1.60.0)

public interface IHttpClientFactory

HTTP client factory creates configurable HTTP clients. A unique HTTP client should be created for each service.

Namespace

GoogleApisHttp

Assembly

Google.Apis.Core.dll

Methods

CreateHttpClient(CreateHttpClientArgs)

ConfigurableHttpClient CreateHttpClient(CreateHttpClientArgs args)

Creates a new configurable HTTP client.

Parameter
NameDescription
argsCreateHttpClientArgs
Returns
TypeDescription
ConfigurableHttpClient

Extension Method