For a list of all members of this type, see EnhancedStream members.
"| Name | Description | |
|---|---|---|
![]() | CanRead | Overridden. Gets a value indicating whether the current stream supports reading. |
![]() | CanSeek | Overridden. Gets a value indicating whether the current stream supports seeking. |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | Overridden. Gets a value indicating whether the current stream supports writing. |
![]() | Charset | Gets and sets the character set used for string/byte array conversions. |
![]() | Encoding | Gets or sets the type of encoding to use. |
![]() | Length | Overridden. The length of data available on the stream. This method always throws a NotSupportedException. |
![]() | Position | Overridden. Gets or sets the position in the stream. This method always throws a NotSupportedException. |
![]() | ReadTimeout | (Inherited from System.IO.Stream) |
![]() | WriteTimeout | (Inherited from System.IO.Stream) |
