Class | Description |
---|---|
TelnetProtocolHandler | This is a telnet protocol handler. The handler needs implementations for several methods to handle the telnet options and to be able to read and write the buffer. |
TelnetWrapper | TelnetWrapper is a sample class demonstrating the use of the telnet protocol handler. |
Delegate | Description |
---|---|
DataAvailableEventHandler | A delegate type for hooking up data available notifications. |
DisconnectedEventHandler | A delegate type for hooking up disconnect notifications. |