Class | Description |
---|---|
ConnectionErrorException | Thrown if a connection error occurrs |
ConnectionStatusEventArgs | EventArgs sent whenever OnConnectionStatusChanged event is fired |
OptionNegotiationEventArgs | Arguments to option negotiation event |
ReceivedDataEventArgs | Event args object sent when the OnReceive event fires |
Telnet | Telnet class, connects to systems using the telnet protocol |
TelnetException | Exception class for any and all telnet exceptions |
TimeoutException | Exception thrown when a telnet command times out |
Delegate | Description |
---|---|
Telnet.ConnectionStatusHandler | delegate function for OnConnectionStatusChanged event |
Telnet.OptionNegotiationHandler | delegate function for OnOptionNegotiation event |
Telnet.ReceivedDataHandler | delegate function for OnReceive event |
Enumeration | Description |
---|---|
ConnectionState | The various possible connection states for the telnet component |
LogFileMode | Determines which mode to log data to |
OptionTransmission | Used to signify whether a set of options have been sent or received |
SupportsOptions | supported telnet options |