| Name | Description |
| BeginRead | Begins an asynchronous read operation. (Inherited from System.IO.Stream) |
| BeginWrite | Begins an asynchronous write operation. (Inherited from System.IO.Stream) |
| ChangeStream | Change the underlying stream that is being written to / read from without affecting the current hash |
| Close | Represents a writtable stream for computing the hash value without retaining the data |
| 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. Releases the unmanaged resources used by the System.IO.Stream and optionally releases the managed resources. |
| 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) |
| FinalizeHash | Can be called once, and only once, to obtain the hash generated while reading/writing. After this is called the stream will reset the hash and start computing a new hash value. |
| 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 | Overridden. 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. |
| ReadByte | Overridden. 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. |
| 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 | Overridden. 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. |
| WriteByte | Overridden. 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. |