Class HttpClientFromMessageHandlerFactory.HttpMessageHandlerOptions
Specifies the configuration options for a message handler.
Inheritance
System.Object
HttpClientFromMessageHandlerFactory.HttpMessageHandlerOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Http
Assembly: Google.Apis.Core.dll
Syntax
public sealed class HttpMessageHandlerOptions
Properties
MayHandleRedirects
Whether the message handler built from these options may handle redirects or not. Redirects that are not handled should bubble up the handlers chain. If set to true, the message handler may or may not handle redirects. If set to false, the message handler must not handle redirects.
Declaration
public bool MayHandleRedirects { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MayPerformDecompression
Whether the message handler built from these options may perform automatic decompression or not. If set to true, the message handler may or may not perform automatic decompression. If set to false, the message handler must not perform automatic decompression.
Declaration
public bool MayPerformDecompression { get; }
Property Value
Type | Description |
---|---|
System.Boolean |