An event for handling echoing of bytes in the stream.
| C# | Visual Basic | Visual C++ |
public event EventHandler Echo
Public Event Echo As EventHandler
public: event EventHandler^ Echo { void add (EventHandler^ value); void remove (EventHandler^ value); }