GZipStream Properties
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BaseStream | Gets a reference to the underlying stream. |
![]() | CanRead | Gets a value indicating whether the stream supports reading while decompressing a file.(Overrides Stream.CanRead.) |
![]() | CanSeek | Gets a value indicating whether the stream supports seeking.(Overrides Stream.CanSeek.) |
![]() | CanTimeout | Gets a value that determines whether the current stream can time out.(Inherited from Stream.) |
![]() | CanWrite | Gets a value indicating whether the stream supports writing.(Overrides Stream.CanWrite.) |
![]() | Length | This property is not supported and always throws a NotSupportedException.(Overrides Stream.Length.) |
![]() | Position | This property is not supported and always throws a NotSupportedException.(Overrides Stream.Position.) |
![]() | ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) |
![]() | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |
