Class | Description | |
---|---|---|
![]() | CommandEventArgs | Contains Telnet command event data. |
![]() | Option | Encapsulates a Telnet option. |
![]() | OptionCollection | A collection of Option objects. |
![]() | OptionEventArgs | Contains option event data. |
![]() | Rexec | The Rexec component enables use of the remote execution protocol within any .NET application. |
![]() | Rlogin | The Rlogin component enables use of the remote login protocol within any .NET application. |
![]() | Rsh | The Rsh component enables use of the remote shell protocol within any .NET application. |
![]() | Telnet | The Telnet component enables use of the Telnet protocol within any .NET application. |
Delegate | Description | |
---|---|---|
![]() | CommandEventHandler | Represents the method that will handle an event in which a command is received. |
![]() | OptionEventHandler | Represents the method that will handle an event in which an option status changes. |
![]() | RexecThreadStart | Represents the method that will execute on a worker thread when Start is used. |
![]() | RloginThreadStart | Represents the method that will execute on a worker thread when Start is used. |
![]() | RshThreadStart | Represents the method that will execute on a worker thread when Start is used. |
![]() | TelnetThreadStart | Represents the method that will execute on a worker thread when Start is used. |
Enumeration | Description | |
---|---|---|
![]() | Command | Enumerates the TELNET protocol commands that can be sent. |
![]() | OptionCode | Enumerates the supported Telnet options. |
![]() | OptionState | Enumerates the current state of an Option object. |