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-21 UTC."],[[["The `HttpClientFromMessageHandlerFactory.HttpMessageHandlerOptions` class configures options for message handlers within the Google.Apis.Http namespace, with the latest version being 1.69.0."],["This class inherits from the `object` class and includes inherited members like `Equals`, `GetHashCode`, and `GetType`, among others."],["The `MayHandleRedirects` property determines whether a message handler can handle redirects, with a `bool` type indicating if redirects are allowed."],["The `MayPerformDecompression` property determines if a message handler can perform automatic decompression, also using a `bool` type to define the allowance."],["The provided information also includes an extension method, `Utilities.ThrowIfNull\u003cT\u003e(T, string)`, that can be used with the message handler."]]],[]]