HttpClientHandler.AutomaticDecompression プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HTTP コンテンツ応答を自動展開するためにハンドラーによって使用される展開メソッドの種類を取得または設定します。
public:
property System::Net::DecompressionMethods AutomaticDecompression { System::Net::DecompressionMethods get(); void set(System::Net::DecompressionMethods value); };
public System.Net.DecompressionMethods AutomaticDecompression { get; set; }
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Net.DecompressionMethods AutomaticDecompression { get; set; }
member this.AutomaticDecompression : System.Net.DecompressionMethods with get, set
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.AutomaticDecompression : System.Net.DecompressionMethods with get, set
Public Property AutomaticDecompression As DecompressionMethods
プロパティ値
自動展開メソッドは、ハンドラーによって使用されます。
- 属性
注釈
自動圧縮解除は、最も圧縮が多い場合にのみ機能します。 そのため、コンテンツが複数回圧縮されている場合、最後の圧縮のみが圧縮解除されます。
たとえば、最初に gzip で Content-Encoding: gzip, br
圧縮され、次に Brotli で圧縮されたコンテンツを含むヘッダーを含む応答の場合、コンテンツは Brotli を使用してのみ圧縮解除され、 に Contentはまだ gzipped コンテンツが残ります。
自動展開を 以外Noneの値に設定すると、ヘッダーと設定値がすべての送信 HttpRequestMessageに追加Accept-Encoding
されます。
グローバル アセンブリ キャッシュ (GAC) の .NET Framework 4.x System.Net.Http
バイナリの場合、既定値は ですNone。
System.Net.Http
NuGet パッケージ v4.1.0 から v4.3.2 を使用する場合、既定値は と DeflateですGZip。
NuGet パッケージ v4.3.2 の後に、 の None 既定値が使用されます。
適用対象
.NET