ZCryptStream Class Properties
In This Topic
For a list of all members of this type, see ZCryptStream members.
Public Properties
| | Name | Description |
 | CanRead | Overridden. When overridden in a derived class, gets a value indicating whether the current stream supports reading. |
 | CanSeek | Overridden. When overridden in a derived class, gets a value indicating whether the current stream supports seeking. |
 | CanTimeout | (Inherited from System.IO.Stream) |
 | CanWrite | Overridden. When overridden in a derived class, gets a value indicating whether the current stream supports writing. |
 | Length | Overridden. When overridden in a derived class, gets the length in bytes of the stream. |
 | Position | Overridden. When overridden in a derived class, gets or sets the position within the current stream. |
 | ReadTimeout | (Inherited from System.IO.Stream) |
 | Transient | Determines whether this stream is responsible for closing the inner stream or not. |
 | WriteTimeout | (Inherited from System.IO.Stream) |
Top
See Also