PowerTCP Emulation for .NET
Dart.Emulation Namespace
Inheritance Hierarchy
Classes
 ClassDescription
ClassAnsiColor Provides fine control of display colors. Includes eight "normal" and eight "bold" (aka "bright" or "light") colors.
ClassBaseEventArgs Base class for event arguments.
ClassClientSecurity Holds the configuration used to establish an SSL client session.
ClassCommandEventArgs Contains Telnet command event data.
ClassComponentBase Base class for PowerTCP Components.
ClassCredentials Provides a holder for parameters used to login to a remote host.
ClassDartLicenseException The base class for all Dart component license exceptions.
ClassData Encapsulates data read or written.
ClassDataEventArgs Provides data for reporting events.
ClassDataException Thrown when the expected data could not be read.
ClassErrorEventArgs Provides data for the Error event.
ClassIPEndPoint Allows user to specify a range of IPEndPoints for local binding. Also resolves hostnames and saves them for future use.
ClassKeyPressEventArgs Provides data for the KeyPress event.
ClassOption Encapsulates a Telnet option.
ClassOptionCollection A collection of Option objects.
ClassOptionEventArgs Contains option event data.
ClassProtocolException Thrown when an upper-layer protocol like FTP, SMTP or POP3 receives a negative response from the server.
ClassProxy Describes the server proxy, if any, to connect to.
ClassPtyBase This class provides support for interactive on-line terminal access using controls derived from TextBoxBase.
ClassRexec The Rexec component enables use of the remote execution protocol within any .NET application.
ClassRlogin The Rlogin component enables use of the remote login protocol within any .NET application.
ClassRsh The Rsh component enables use of the remote shell protocol within any .NET application.
ClassSecurity Holds the configuration used to establish an SSL session.
ClassSegment Used to describe a byte[] segment that holds data.
ClassSelection Contains methods and properties that control the display of selected cells as well as getting the text and attributes of those cells.
ClassSession Holds the configuration common to UDP and TCP.
ClassSocketBase Base class for PowerTCP Components.
ClassSocketOption Contains socket options that may be set by TCP and UDP sockets. These options are automatically applied to the connection used.
ClassTcpBase Base class for components utilizing protocols built upon the TCP protocol.
ClassTcpSession Holds the configuration used by TCP.
ClassTcpSocketOption Contains socket options that may be set by TCP sockets.
ClassTelnet The Telnet component enables use of the Telnet protocol within any .NET application.
ClassUserStateEventArgs Provides data for ComponentBase.UserState. Base class for EventArgs that have Message and UserState properties.
ClassVt Represents a terminal emulator used to display VT formatted data.
ClassVtKeyEventArgs Provides data for the KeyDown event.
Structures
 StructureDescription
StructureCell Represents a single cell (occupied by a single character) on the Vt control.
Delegates
 DelegateDescription
DelegateTcpAsyncCallback References the method to invoke on an IO completion thread when the corresponding asynchronous operation completes.
Enumerations
 EnumerationDescription
EnumerationAnsiColor.AnsiStyle Enumeration of ANSI color schemes used by popular applications.
EnumerationCommand Enumerates the TELNET protocol commands that can be sent.
EnumerationConnectionState Enumerates the possible values of the connection state.
EnumerationCursorKeys Enumerates the values of the CursorKeys property. The cursor keys can be set up to provide ANSI cursor control or application control.
EnumerationCursorStyle Enumerates the values of the CursorStyle property.
EnumerationDataDirection Enumerates the direction of data flow.
EnumerationKeyPad Enumerates the values of the KeyPad property. The keypad can generate numeric values or application-specific values.
EnumerationNationalCharSet Enumerates the National Replacement Character Sets available for use by the Vt.NationalCharSet property.
EnumerationNationalCharSetMode Enumerates the modes available for the Vt.NationalCharSetMode property.
EnumerationNewLine Enumerates the end-of-line sequences sent to the host in response to an EOL character (ENTER key). Used by the NewLine property.
EnumerationOptionCode Enumerates the supported Telnet options.
EnumerationOptionState Enumerates the current state of an Option object.
EnumerationPrintType Enumerates the printing types used by the Vt control.
EnumerationProxyType Enumerates the provided proxy support that can be used.
EnumerationScroll Enumerates the values of the Vt.ScrollType property. The display screen can perform smooth scrolling or jump scrolling.
EnumerationSelectionMode Enumerates the values of the SelectionMode property.
EnumerationStyles Enumerates the styles for a cell. Used by the Cell.Styles property.
EnumerationTerminalType Enumerates the values of the TerminalType property.
EnumerationVtKey Enumerates non-printable VT characters, and keys that are sent to the server with escape sequences.
See Also

Reference

Dart.Emulation Assembly


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic