System.Net.DecompressionMethods Enumeration

Represents the file compression and decompression encoding format to be used to compress the data received in response to an System.Net.HttpWebRequest.

Syntax

[System.Flags]
public enum DecompressionMethods

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Deflate

Use the deflate compression-decompression algorithm.

GZip

Use the gZip compression-decompression algorithm.

None

Do not use compression.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0