.NET Telnet Class Library

De.Mud.Telnet Namespace

Namespace hierarchy

Classes

ClassDescription
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.

Delegates

DelegateDescription
DataAvailableEventHandler A delegate type for hooking up data available notifications.
DisconnectedEventHandler A delegate type for hooking up disconnect notifications.