HttpClientHandler.SupportsAutomaticDecompression Property

Definition

Gets a value that indicates whether the handler supports automatic response content decompression.

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

Property Value

true if the if the handler supports automatic response content decompression; otherwise false. The default value is true.

Applies to