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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This webpage details the `HttpMessageHandlerOptions` class within the `Google.Apis.Http` namespace, which is part of the Google.Apis.Core.dll assembly."],["The `HttpMessageHandlerOptions` class is used to specify configuration options for a message handler and inherits from the base `Object` class, including inherited members like `Equals`, `GetHashCode`, and `ToString`."],["The class includes two properties: `MayHandleRedirects` and `MayPerformDecompression`, both of which are boolean properties that dictate whether the message handler can handle redirects or perform automatic decompression, respectively."],["The latest documented version of the `HttpMessageHandlerOptions` is 1.69.0 and there are several prior versions available, all the way down to 1.50.0."]]],[]]