Class StreamOverStream
Implements stream which calls events after read/write operations. This class can be used for the debug purposes.
public class StreamOverStream : Stream, IDisposable
- Inheritance
-
StreamOverStream
- Implements
- Extension Methods
Constructors
- StreamOverStream(Stream?)
Initializes a new instance of the StreamOverStream class.
Properties
- BaseStream
Gets or sets stream used to perform read/write operations.
Methods
Events
- AfterRead
Occurs after read operation is performed in this object.
- AfterWrite
Occurs after write operation is performed in this object.
- GlobalAfterRead
Occurs after read operation is performed in any StreamOverStream object.
- GlobalAfterWrite
Occurs after write operation is performed in any StreamOverStream object.