Class | Description | |
---|---|---|
![]() | CommandEventArgs | Contains Telnet command event data. |
![]() | DataEventArgs | Provides data for the KeyPress event. |
![]() | ErrorEventArgs | Provides data for the Error event; |
![]() | 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. |
![]() | Selection | Contains methods and properties that control the display of selected cells as well as getting the text and attributes of those cells. |
![]() | Telnet | The Telnet component enables use of the Telnet protocol within any .NET application. |
![]() | Vt | Represents a terminal emulator used to display VT formatted data. |
![]() | VtKeyEventArgs | Provides data for the KeyDown event. |
Structure | Description | |
---|---|---|
![]() | Cell | Represents a single cell (occupied by a single character) on the Vt control. |
Delegate | Description | |
---|---|---|
![]() | CommandEventHandler | Represents the method that will handle an event in which a command is received. |
![]() | ErrorEventHandler | Represents the method that will handle the Error event. |
![]() | KeyDownHandler | Represents the method that will handle the KeyDown event. |
![]() | KeyPressHandler | Represents the method that will handle the KeyPress event. |
![]() | 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. |
![]() | CursorKeys | Enumerates the values of the CursorKeys property. The cursor keys can be set up to provide ANSI cursor control or application control. |
![]() | CursorStyle | Enumerates the values of the CursorStyle property. |
![]() | KeyPad | Enumerates the values of the KeyPad property. The keypad can generate numeric values or application-specific values. |
![]() | NationalCharSet | Enumerates the national character sets exposed by the NationalCharSet property. |
![]() | NewLine | Enumerates the end-of-line sequences sent to the host in response to an EOL character (ENTER key). Used by the NewLine property. |
![]() | OptionCode | Enumerates the supported Telnet options. |
![]() | OptionState | Enumerates the current state of an Option object. |
![]() | Scroll | Enumerates the values of the Vt.ScrollType property. The display screen can perform smooth scrolling or jump scrolling. |
![]() | SelectionMode | Enumerates the values of the SelectionMode property. |
![]() | Styles | Enumerates the styles for a cell. Used by the Cell.Styles property. |
![]() | TerminalType | Enumerates the values of the TerminalType property. |