| | Class | Description |
 | BaseEventArgs |
Base class for event arguments.
|
 | ClientSecurity |
Holds the configuration used to establish an SSL client session.
|
 | ComponentBase |
Base class for PowerTCP Components.
|
 | ConnectionsChangedEventArgs |
Provides data for the ConnectionsChanged event.
|
 | 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.
|
 | Dns | Supplements System.Net.Dns with the ability to retrieve MX records for any email address or mail server. Supports socket binding to a specified local IPEndPoint. |
 | DnsSlave |
Used to perform DNS resolutions.
|
 | Echo |
Encapsulates an echo response from a server.
|
 | EchoEventArgs |
Provides data for the Echo event.
|
 | 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.
|
 | MxHostEntry |
Provides the HostName and Preference provided by an MX record lookup.
|
 | Ping |
Provides classes and methods for Pinging (sending ICMP Echo requests).
|
 | PingSlave |
Used on each worker thread to provide a series of ICMP Echo (Ping) requests.
|
 | 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.
|
 | Security |
Holds the configuration used to establish an SSL session.
|
 | Segment |
Used to describe a byte[] segment that holds data.
|
 | Server |
The Server component provides a framework for building non-secure and secure server applications.
|
 | ServerSecurity |
Holds the configuration used to establish an SSL server session.
|
 | 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.
|
 | Tcp |
The Tcp component simplifies the use of secure Tcp communications within any .NET application.
|
 | 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.
|
 | Udp |
The Udp component provides comprehensive User Datagram Protocol support.
|
 | UdpBase |
Base class for upper-layer protocols based on UDP.
|
 | UdpSocketOption |
Contains socket options that may be set by UDP sockets.
|
 | UserStateEventArgs | Provides data for ComponentBase.UserState. Base class for EventArgs that have Message and UserState properties. |