public sealed class HttpClientFromMessageHandlerFactory.ConfiguredHttpMessageHandler
Represents the already configured HttpMessageHandler to be used
when building a ConfigurableHttpClient by the factory and
information about the actual configuration.
[[["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 \u003ccode\u003eHttpClientFromMessageHandlerFactory.ConfiguredHttpMessageHandler\u003c/code\u003e class represents a pre-configured \u003ccode\u003eHttpMessageHandler\u003c/code\u003e for use in building a \u003ccode\u003eConfigurableHttpClient\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class has properties to determine if the \u003ccode\u003eMessageHandler\u003c/code\u003e handles redirects via the \u003ccode\u003eHandlesRedirects\u003c/code\u003e property, and to check if it performs automatic decompression via the \u003ccode\u003ePerformsAutomaticDecompression\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003eConfiguredHttpMessageHandler(HttpMessageHandler, bool, bool)\u003c/code\u003e is used to create a new instance, requiring a \u003ccode\u003eHttpMessageHandler\u003c/code\u003e, a boolean for automatic decompression, and another boolean for redirect handling.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMessageHandler\u003c/code\u003e property provides the configured \u003ccode\u003eHttpMessageHandler\u003c/code\u003e that is used in the creation of a \u003ccode\u003eConfigurableHttpClient\u003c/code\u003e by the factory.\u003c/p\u003e\n"],["\u003cp\u003eSeveral versions of this handler are documented, ranging from version 1.50.0 to the latest 1.69.0.\u003c/p\u003e\n"]]],[],null,[]]