HttpClientHandler.SupportsAutomaticDecompression Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Handler die automatische Dekomprimierung von Antwortinhalten unterstützt.

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

Eigenschaftswert

Boolean

true, wenn der Handler die automatische Dekomprimierung von Antwortinhalten unterstützt, andernfalls false. Der Standardwert ist true.

Gilt für