mscorlib(4.0.0.0) API with additions
CompressionMode.cs
1 namespace System.IO.Compression
2 {
4  [global::__DynamicallyInvokable]
5  public enum CompressionMode
6  {
8  [global::__DynamicallyInvokable]
11  [global::__DynamicallyInvokable]
12  Compress
13  }
14 }
Decompresses the underlying stream.
CompressionMode
Specifies whether to compress or decompress the underlying stream.
Compresses the underlying stream.