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
Google.Apis.HttpAssembly
Google.Apis.Core.dll
Methods
Initialize(ConfigurableHttpClient)
void Initialize(ConfigurableHttpClient httpClient)
Initializes a HTTP client after it was created.
Parameter | |
---|---|
Name | Description |
httpClient |
ConfigurableHttpClient |