| | Class | Description |
 | BaseEventArgs |
Base class for event arguments.
|
 | ClientSecurity |
Holds the configuration used to establish an SSL client session.
|
 | CommandEventArgs |
Contains Telnet command event data.
|
 | ComponentBase |
Base class for PowerTCP Components.
|
 | Credentials |
Provides a holder for parameters used to login to a remote host.
|
 | DartLicenseException |
Used for all Dart component license exceptions.
|
 | Data |
Encapsulates data read or written.
|
 | DataEventArgs |
Provides data for reporting events.
|
 | DataException |
Thrown when the expected data could not be read.
|
 | Datagram |
Encapsulates a datagram read into a buffer.
|
 | ErrorEventArgs | Provides data for the Error event. |
 | IPEndPoint |
Allows user to specify a range of IPEndPoints for local binding. Also resolves hostnames and saves them for future use.
|
 | License |
This class is used to license Dart products in any environment.
If your project targets the .NET Framework, you can use
the licenses.licx file to trigger the license compiler (LC.EXE) and these manual steps are not needed.
|
 | Option |
Encapsulates a Telnet option.
|
 | OptionCollection |
A collection of Option objects.
|
 | OptionEventArgs |
Contains option event data.
|
 | ProtocolException |
Thrown when an upper-layer protocol like FTP, SMTP or POP3 receives a negative response from the server.
|
 | Proxy |
Describes the server proxy, if any, to connect to.
|
 | PtyBase |
This class provides support for interactive on-line terminal access using controls derived from TextBoxBase.
|
 | 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.
|
 | Security |
Holds the configuration used to establish an SSL session.
|
 | Segment |
Used to describe a byte[] segment that holds data.
|
 | Session |
Holds the configuration common to UDP and TCP.
|
 | SocketBase |
Base class for PowerTCP Components.
|
 | SocketOption |
Contains socket options that may be set by TCP and UDP sockets. These options are automatically applied to the connection used.
|
 | TcpBase |
Base class for components utilizing protocols built upon the TCP protocol.
|
 | TcpSession |
Holds the configuration used by TCP.
|
 | TcpSocketOption |
Contains socket options that may be set by TCP sockets.
|
 | Telnet |
The Telnet component enables use of the Telnet protocol within any .NET application.
|
 | UserStateEventArgs | Provides data for ComponentBase.UserState. Base class for EventArgs that have Message and UserState properties. |