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 `HttpClientFromMessageHandlerFactory.HttpMessageHandlerOptions` class configures options for message handlers within the Google.Apis.Http namespace, specifying how HTTP requests are processed."],["This class inherits from the `object` class and includes several inherited members such as `Equals`, `GetHashCode`, and `ToString`, among others, from the base `object` class."],["The `MayHandleRedirects` property determines whether the message handler is permitted to manage redirects, with a true value allowing handling and a false value prohibiting it."],["The `MayPerformDecompression` property indicates if the message handler can automatically decompress content, allowing it if true, and preventing it if false."],["There is also a link to the extension method `Utilities.ThrowIfNull\u003cT\u003e(T, string)` for an additional utility."]]],[]]