Whisperstream Research Group - CommLib Documentation

Telnet.OnReceive Event

Event fired when any data is received from the telnet server

public event ReceivedDataHandler OnReceive;

Event Data

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.

PropertyDescription
ReceivedData the data received

See Also

Telnet Class | Whisperstream.CommLib.TelnetLib Namespace