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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe content outlines the \u003ccode\u003eHttpMessageHandlerOptions\u003c/code\u003e class, which is used to configure message handler options within the Google.Apis.Http namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHttpMessageHandlerOptions\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties to control whether a message handler may handle redirects, specified through the \u003ccode\u003eMayHandleRedirects\u003c/code\u003e property, and this value is represented by a boolean.\u003c/p\u003e\n"],["\u003cp\u003eIt also specifies whether automatic decompression is permitted through the \u003ccode\u003eMayPerformDecompression\u003c/code\u003e property, which is also a boolean value.\u003c/p\u003e\n"],["\u003cp\u003eAn extension method, \u003ccode\u003eUtilities.ThrowIfNull<T>(T, String)\u003c/code\u003e, is associated with the \u003ccode\u003eHttpMessageHandlerOptions\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]