Represents the file compression and decompression encoding format to be used to compress the data received in response to an System.Net.HttpWebRequest.
Member Name | Description |
---|---|
Deflate |
![]() Use the deflate compression-decompression algorithm. |
GZip |
![]() Use the gZip compression-decompression algorithm. |
None |
![]() Do not use compression. |