diff --git a/xml/System.Net.Http/HttpClientHandler.xml b/xml/System.Net.Http/HttpClientHandler.xml index 748ce9678e4..0e3474d03af 100644 --- a/xml/System.Net.Http/HttpClientHandler.xml +++ b/xml/System.Net.Http/HttpClientHandler.xml @@ -207,6 +207,12 @@ These configuration options are not available starting with .NET 5. . + + Setting automatic decompression to anything else than will cause adding `Accept-Encoding` header with the set values into every outgoing . + + For the .NET Framework 4.x `System.Net.Http` binary in the Global Assembly Cache (GAC), the default value is . When the [`System.Net.Http` NuGet package](https://www.nuget.org/packages/System.Net.Http/) v4.1.0 to v4.3.2 is used, the default is and . diff --git a/xml/System.Net.Http/SocketsHttpHandler.xml b/xml/System.Net.Http/SocketsHttpHandler.xml index 070548d1e46..6736f5b104c 100644 --- a/xml/System.Net.Http/SocketsHttpHandler.xml +++ b/xml/System.Net.Http/SocketsHttpHandler.xml @@ -180,7 +180,17 @@ These configuration options are not available starting with .NET 5. Gets or sets the type of decompression method used by the handler for automatic decompression of the HTTP content response. The type of decompression method used by the handler for automatic decompression of the HTTP content response. - To be added. + + . + + Setting automatic decompression to anything else than will cause adding `Accept-Encoding` header with the set values into every outgoing . + + ]]> +