Whisperstream Research Group - CommLib Documentation

Telnet.OnConnectionStatusChanged Event

Event fired when the connection status changes

public event ConnectionStatusHandler OnConnectionStatusChanged;

Event Data

The event handler receives an argument of type ConnectionStatusEventArgs containing data related to this event. The following ConnectionStatusEventArgs property provides information specific to this event.

PropertyDescription
ConnectionState Gets the current connection state

See Also

Telnet Class | Whisperstream.CommLib.TelnetLib Namespace