Name | Description | |
---|---|---|
![]() | BeginRead | (Inherited from System.IO.Stream) |
![]() | BeginWrite | (Inherited from System.IO.Stream) |
![]() | Close | Closes the current stream and releases any resources associated with the current stream. |
![]() | CopyTo | Overloaded. (Inherited from System.IO.Stream) |
![]() | CopyToAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | DisposeAsync | (Inherited from System.IO.Stream) |
![]() | EndRead | (Inherited from System.IO.Stream) |
![]() | EndWrite | (Inherited from System.IO.Stream) |
![]() | Flush | Clears buffer for this stream and causes buffered data to be written to the underlying stream. |
![]() | FlushAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Read | Overloaded. Copies bytes from the current buffered stream to an array. |
![]() | ReadAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | ReadAtLeast | (Inherited from System.IO.Stream) |
![]() | ReadAtLeastAsync | (Inherited from System.IO.Stream) |
![]() | ReadByte | Reads a byte from the current buffered stream. |
![]() | ReadExactly | Overloaded. (Inherited from System.IO.Stream) |
![]() | ReadExactlyAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | Seek | Sets the position within the current stream. |
![]() | SetLength | Sets the length of the current stream. |
![]() ![]() | Synchronized | (Inherited from System.IO.Stream) |
![]() | Write | Overloaded. Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. |
![]() | WriteAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | WriteByte | Writes a byte to the current position in the stream and advances the position within the stream by one byte. |