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."],[[["The latest version available for `HttpClientFromMessageHandlerFactory.HttpMessageHandlerOptions` is 1.69.0, with previous versions including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0."],["`HttpClientFromMessageHandlerFactory.HttpMessageHandlerOptions` specifies configuration options for a message handler and inherits from the base `object` class."],["The class includes two key properties: `MayHandleRedirects`, which determines if a message handler can handle redirects, and `MayPerformDecompression`, which indicates if a message handler can perform automatic decompression."],["The properties MayHandleRedirects and MayPerformDecompression are of the boolean type and dictate the handling of the message handler in their respective areas."],["This page also gives you the relevant links to the inherited members, as well as, the extension method."]]],[]]