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. |
![]() | Capacity | (Inherited from System.IO.MemoryStream) |
![]() | 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.MemoryStream) |
![]() | WriteTimeout | (Inherited from System.IO.MemoryStream) |