The GzipCompressionStream type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCanRead
Gets a value indicating whether the current stream supports reading.
(Inherited from CompressionStream.)
Public propertySupported by the .NET Compact FrameworkCanSeek
Gets a value indicating whether the current stream supports seeking.
(Inherited from CompressionStream.)
Public propertySupported by the .NET Compact FrameworkCanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.)
Public propertySupported by the .NET Compact FrameworkCanWrite
Gets a value indicating whether the current stream supports writing.
(Inherited from CompressionStream.)
Public propertySupported by the .NET Compact FrameworkComment
Gets a comment stored in GZIP header.
Public propertySupported by the .NET Compact FrameworkFileName
Gets a file name stored in GZIP header.
Public propertySupported by the .NET Compact FrameworkLastWriteTime
Gets a last modification time stored in GZIP header.
Public propertySupported by the .NET Compact FrameworkLength
This property is not supported by the CompressionStream class.
(Inherited from CompressionStream.)
Public propertySupported by the .NET Compact FrameworkPosition
This property is not supported by the CompressionStream class.
(Inherited from CompressionStream.)
Public propertySupported by the .NET Compact FrameworkReadTimeout
Gets or sets a value that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.)
Public propertySupported by the .NET Compact FrameworkWriteTimeout
Gets or sets a value that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.)

See Also