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\u003eThis webpage provides documentation for the \u003ccode\u003eHttpClientFromMessageHandlerFactory.ConfiguredHttpMessageHandler\u003c/code\u003e class, which is part of the \u003ccode\u003eGoogle.Apis.Http\u003c/code\u003e namespace in the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConfiguredHttpMessageHandler\u003c/code\u003e class represents a pre-configured \u003ccode\u003eHttpMessageHandler\u003c/code\u003e used to build a \u003ccode\u003eConfigurableHttpClient\u003c/code\u003e, offering control over how HTTP messages are handled.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003eConfiguredHttpMessageHandler(HttpMessageHandler, bool, bool)\u003c/code\u003e allows you to build a new \u003ccode\u003eConfiguredHttpMessageHandler\u003c/code\u003e instance, specifying whether it performs automatic decompression and handles redirects.\u003c/p\u003e\n"],["\u003cp\u003eThe class exposes three properties: \u003ccode\u003eHandlesRedirects\u003c/code\u003e, \u003ccode\u003eMessageHandler\u003c/code\u003e, and \u003ccode\u003ePerformsAutomaticDecompression\u003c/code\u003e, which indicate whether the message handler handles redirects, provide the message handler itself, and indicate whether it performs automatic decompression, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 1.69.0, there are other documented versions including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0.\u003c/p\u003e\n"]]],[],null,[]]