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."],[[["The latest version available is 1.69.0, with older versions ranging back to 1.50.0, and the current page focuses on version 1.55.0."],["`HttpMessageHandlerOptions` is a sealed class that provides configuration options for a message handler, inheriting from the `Object` class."],["The class contains two properties, `MayHandleRedirects` and `MayPerformDecompression`, both of type boolean, which are used to indicate if the message handler can handle redirects or perform decompression, respectively."],["The class belongs to the `Google.Apis.Http` namespace and is part of the `Google.Apis.Core.dll` assembly."],["It also inherits several methods from the base `Object` class such as `Equals`, `GetHashCode`, and `ToString`."]]],[]]