Class | Description |
---|---|
BusyException | Thrown whenever a method is called to perform an operation when an operation is already in progress. |
Certificate | Represents a digital certificate. |
CertificateReceivedEventArgs | Provides data for any event where certificates are received. |
CertificateStore | Use the CertificateStore Object to gain access to a store of certificates on the local system. |
ConnectionEventArgs | Used to store results from an accepted connection |
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. |
EchoResult | Encapsulates an echo response from a server. |
EnhancedStream | Adds new methods on top of the Stream interface for type conversion, stream copying, and saving. |
ExceptionEventArgs | Provides data for asynchronous event handlers. |
HopEventArgs | Provides data for the Hop event which is raised as ICMP responses are received from hosts during a trace operation. |
HopResult | Encapsulates a single hop of a trace operation. |
InvalidParameterTypeException | Thrown whenever a method is called with an invalid parameter. |
Ping | The Ping component enables easy Ping functionality in an application. |
PingEventArgs | Provides data for the EndSend event which marks the completion of an asynchronous ping operation. |
PipeStream | Represents a stream that wraps an internal stream. |
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. |
Server | The Server component provides a quick and easy way to build a non-secure or secure server application by managing Tcp connections. |
SslStream | A PipeStream type which performs bidirectional SSL transforms to all data passing through the stream. |
SymmetricCryptoStream | A PipeStream type which performs bidirectional Cryptographic transforms to all data passing through the stream. |
Tcp | The Tcp component provides comprehensive Transmission Control Protocol support. |
TcpStream | TcpStream implements sending and receiving of data through network sockets. |
Trace | The Trace component enables TraceRoute functionality in a .NET application. |
TraceEventArgs | Provides data for the EndSend event which marks the completion of an asynchronous trace route operation. |
TraceResult | Encapsulates a trace operation. |
Udp | The Udp component provides comprehensive User Datagram Protocol support. |
Enumeration | Description |
---|---|
AlgorithmType | Enumerates the algorithm types that can be used to encrypt/decrypt data using the SymmetricCryptoStream. |
CertificateProvider | Enumerates the cryptographic providers allowed by Microsoft. |
CertificateStoreLocation | Enumerates the possible locations for certificates |
CertificateStoreName | Enumerates the names for commonly used certificate stores. |
HopType | Enumerates the values which determine the behavior of the individual hops when performing a trace route operation. |
KeyUsage | Enumerates the uses for a key. |
PingType | Enumerates the type of ping to send. |
ProxyType | Enumerates the supported proxy types. |
SecureProtocol | Enumerates the type of encryption used in the secure product. |
Delegate | Description |
---|---|
CertificateReceivedEventHandler | Represents the method (event handler) that is raised when a certificate is received. |
CertificateRequestedEventHandler | Represents the method (event handler) that is raised when a certificate is requested. |
ConnectEventHandler | Represents the method (event handler) that is raised when the BeginConnect operation completes. |
ConnectionEventHandler | Represents the method (event handler) that is raised when a new connection is received. |
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 BeginGetHost or BeginGetMailHosts method completes. |
EventHandlerEx | Replaces System.EventHandler when the SynchronizingObject property is used. |
HopEventHandler | Represents the method (event handler) that is raised when hop information is available. |
PingEventHandler | Represents the method (event handler) that is raised when the BeginSend operation is complete. |
SegmentEventHandler | Represents the method (event handler) that is raised when data is received or sent. |
TraceEventHandler | Represents the method (event handler) that is raised when the BeginSend method completes. |
Dart.PowerTCP.SslSockets Assembly
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.