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 content outlines the `HttpMessageHandlerOptions` class, which is used to configure message handler options within the Google.Apis.Http namespace."],["The `HttpMessageHandlerOptions` class is part of the `Google.Apis.Core.dll` assembly and inherits from the `Object` class."],["It provides properties to control whether a message handler may handle redirects, specified through the `MayHandleRedirects` property, and this value is represented by a boolean."],["It also specifies whether automatic decompression is permitted through the `MayPerformDecompression` property, which is also a boolean value."],["An extension method, `Utilities.ThrowIfNull\u003cT\u003e(T, String)`, is associated with the `HttpMessageHandlerOptions` class."]]],[]]