The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DecompressionMethods Enumeration
.NET Framework (current version)
Represents the file compression and decompression encoding format to be used to compress the data received in response to an HttpWebRequest.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Deflate | Use the deflate compression-decompression algorithm. | |
| GZip | Use the gZip compression-decompression algorithm. | |
| None | Do not use compression. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: