Version: 1.1.1.0
Easily add SSL security and authentication to your Internet application in .NET. Includes components for TCP, Server, UDP, DNS, Ping, and Trace (trace route).

  • 20 Components/Major Classes.
  • 12 Full Sample projects (in both VB.NET and C#).
  • Full MS Help 2.0 Documentation, including extensive examples and tutorials.
  • Free Introductory Support.
Class Description
Dns Component Used to resolve host names, dot addresses, and email addresses.
Ping Component Used to determine if a host is reachable.
Server Component Used to build multithreaded TCP server applications.
Tcp Component Used to communicate with hosts using TCP.
Trace Component Used to trace a route to a host.
Udp Component Used to communicate with hosts using UDP.
Certificate Class Represents a digital certificate.
CertificateStore Class Used to gain access to a store of certificates on the local system.
Datagram Class Encapsulates a UDP datagram.
EchoResult Class Encapsulates an echo response from a server.
EnhancedStream Class Adds new methods on top of the Stream interface for type conversion, stream copying, and saving.
HopResult Class Encapsulates a single hop of a trace operation.
Invoke Class Presents the results from an Internet protocol Request/Response pair.
PipeStream Class Represents a stream that wraps an internal stream.
Response Class Presents the response portion from an Internet protocol Request/Response pair.
Segment Class Provides a reference to a data segment where data is sent or received over a TCP stream.
SegmentedStream Class Used for advanced reading/writing functionality.
SslStream Class Performs bidirectional SSL transforms to all data passing through the stream.
SymmetricCryptoStream Class Performs bidirectional Cryptographic transforms to all data passing through the stream.
TraceResult Class Encapsulates a trace route operation.