HttpClientHandler.SupportsAutomaticDecompression プロパティ

定義

ハンドラーが自動応答のコンテンツ展開をサポートするかどうかを示す値を取得します。

public:
 virtual property bool SupportsAutomaticDecompression { bool get(); };
public virtual bool SupportsAutomaticDecompression { get; }
member this.SupportsAutomaticDecompression : bool
Public Overridable ReadOnly Property SupportsAutomaticDecompression As Boolean

プロパティ値

ハンドラーが自動応答の内容の圧縮解除をサポートする場合は true。それ以外の場合は false。 既定値は true です。

適用対象