HttpWebRequest::AutomaticDecompression Property
.NET Framework (current version)
Gets or sets the type of decompression that is used.
Assembly: System (in System.dll)
public: property DecompressionMethods AutomaticDecompression { DecompressionMethods get(); void set(DecompressionMethods value); }
Property Value
Type: System.Net::DecompressionMethodsA T:System.Net.DecompressionMethods object that indicates the type of decompression that is used.
| Exception | Condition |
|---|---|
| InvalidOperationException | The object's current state does not allow this property to be set. |
.NET Framework
Available since 2.0
Available since 2.0
Show: