Class | Description |
---|---|
BusyException | Thrown whenever a method is called to perform an operation when an operation is already in progress. |
Datagram | Encapsulates a UDP datagram. |
DatagramEventArgs | Provides data for any event where datagrams are sent or received. |
Dns | Provides domain name resolution. |
DnsEventArgs | Provides data for any event that marks the completion of asynchronous host name, IP address, or mail address resolution. |
EnhancedStream | Adds new methods on top of the Stream interface for type conversion, stream copying, and saving. |
ExceptionEventArgs | Provides data for asynchronous event handlers. |
InvalidParameterTypeException | Thrown whenever a method is called with an invalid parameter. |
PipeStream | Represents a stream that wraps an internal stream. |
ProgressEventArgs | Provides data for the Progress event. |
ProtocolException | Used to throw protocol exceptions for upper-layer protocols like FTP, SMTP and POP3. |
Proxy | Provides an easy way to manage communication with proxy servers |
Segment | Provides a reference to a data segment where data is sent or received over a TCP stream. |
SegmentedStream | Used to provide advanced reading/writing capabilities to Stream-based objects. |
SegmentEventArgs | Provides data for any event where data is sent or received. |
SmtpTester | A class that encapsulates the SMTP connection in the validation process. |
Tcp | The Tcp component provides comprehensive Transmission Control Protocol support. |
TcpStream | TcpStream implements sending and receiving of data through network sockets. |
ValidateEventArgs | Provides data for the EndValidate event. |
ValidationException | Used to throw exceptions during the validation process. |
ValidationState | Represents the result of a validation operation. |
Validator | A component that validates an email address or list of email addresses. |
Enumeration | Description |
---|---|
ProxyType | Enumerates the supported proxy types. |
ValidationLevel | Represents a level of validation. |
Delegate | Description |
---|---|
ConnectEventHandler | Represents the method (event handler) that is raised when the BeginConnect operation completes. |
DatagramEventHandler | Represents the method (event handler) that is raised when data is received or sent. |
DnsEventHandler | Represents the method (event handler) that is raised when the Dns.BeginGetHost or Dns.BeginGetMailHosts method completes. |
EventHandlerEx | Replaces System.EventHandler when the SynchronizingObject property is used. |
ProgressEventHandler | Represents the method (event handler) that executes when the Progress event fires. |
SegmentEventHandler | Represents the method (event handler) that is raised when data is received or sent. |
ValidateEventHandler | Represents the method (event handler) that executes when BeginValidate completes. |
Dart.PowerTCP.EmailValidation Assembly
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.