Show / Hide Table of Contents

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: Google.Apis.Http
Assembly: Google.Apis.Core.dll
Syntax
public interface IConfigurableHttpClientInitializer

Methods

Initialize(ConfigurableHttpClient)

Initializes a HTTP client after it was created.

Declaration
void Initialize(ConfigurableHttpClient httpClient)
Parameters
Type Name Description
ConfigurableHttpClient httpClient

Extension Methods

Utilities.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX