Event fired when any data is received from the telnet server
The event handler receives an argument of type ReceivedDataEventArgs containing data related to this event. The following ReceivedDataEventArgs property provides information specific to this event.
Property | Description |
---|---|
ReceivedData | the data received |
Telnet Class | Whisperstream.CommLib.TelnetLib Namespace