The following tables list the members exposed by NonClosingStream.
| Name | Description | |
|---|---|---|
![]()  | NonClosingStream Constructor | Creates a wrapper around the provided stream | 
| Name | Description | |
|---|---|---|
![]()  | CanRead | When overridden in a derived class, gets a value indicating whether the current stream supports reading. (Inherited from System.IO.Stream) | 
![]()  | CanSeek | When overridden in a derived class, gets a value indicating whether the current stream supports seeking. (Inherited from System.IO.Stream) | 
![]()  | CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream) | 
![]()  | CanWrite | When overridden in a derived class, gets a value indicating whether the current stream supports writing. (Inherited from System.IO.Stream) | 
![]()  | Length | When overridden in a derived class, gets the length in bytes of the stream. (Inherited from System.IO.Stream) | 
![]()  | Position | When overridden in a derived class, gets or sets the position within the current stream. (Inherited from System.IO.Stream) | 
![]()  | ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream) | 
![]()  | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream) | 
| Name | Description | |
|---|---|---|
![]()  | Stream | Allows modifying the underlying stream (Inherited from CSharpTest.Net.IO.AggregateStream) | 
| Name | Description | |
|---|---|---|
![]()  | BeginRead | Begins an asynchronous read operation. (Inherited from System.IO.Stream) | 
![]()  | BeginWrite | Begins an asynchronous write operation. (Inherited from System.IO.Stream) | 
![]()  | Close | Overridden. Disposes of this.Stream | 
![]()  | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | 
![]()  | Dispose | Overloaded. Overridden. Prevents the disposal of the aggregated stream | 
![]()  | EndRead | Waits for the pending asynchronous read to complete. (Inherited from System.IO.Stream) | 
![]()  | EndWrite | Ends an asynchronous write operation. (Inherited from System.IO.Stream) | 
![]()  | Flush | When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device. (Inherited from System.IO.Stream) | 
![]()  | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | 
![]()  | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | 
![]()  | Read | When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. (Inherited from System.IO.Stream) | 
![]()  | ReadByte | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. (Inherited from System.IO.Stream) | 
![]()  | Seek | When overridden in a derived class, sets the position within the current stream. (Inherited from System.IO.Stream) | 
![]()  | SetLength | When overridden in a derived class, sets the length of the current stream. (Inherited from System.IO.Stream) | 
![]()  | Write | When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (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. (Inherited from System.IO.Stream) | 
| Name | Description | |
|---|---|---|
![]()  | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | 
Reference
NonClosingStream ClassCSharpTest.Net.IO Namespace
    
    
    
    
    
    



