Interface IConfigurableHttpClientInitializer (1.60.0)

public interface IConfigurableHttpClientInitializer

HTTP client initializer for changing the default behavior of HTTP client. Use this initializer to change default values like timeout and number of tries. You can also set different handlers and interceptors like IHttpUnsuccessfulResponseHandlers, IHttpExceptionHandlers and IHttpExecuteInterceptors.

Namespace

GoogleApisHttp

Assembly

Google.Apis.Core.dll

Methods

Initialize(ConfigurableHttpClient)

void Initialize(ConfigurableHttpClient httpClient)

Initializes a HTTP client after it was created.

Parameter
NameDescription
httpClientConfigurableHttpClient

Extension Method