Glossary Item Box
The following topics were designed to get you quickly developing using PowerTCP SSL Sockets for .NET.
| To | See |
|---|---|
| Learn how to create a project in Visual Studio .NET. | Creating A project |
| Learn how to add a component to a form. | Placing Components on a Form |
| Learn how to add a component to a project as a reference. | Creating Components Dynamically |
| Learn how to send and receive data using the Tcp component. | Basic Sending And Receiving Of Data |
| Learn how to receive all available data when using the Tcp component. | Receiving All Data |
| Learn how to receive fixed chunks of data when using the Tcp component. | Receiving Fixed Size Blocks Of Data |
| Learn how to receive data until a delimiter is reached when using the Tcp component. | Receiving Data Until A Delimiter Is Reached |
| Learn how to send and receive data asynchronously using the Tcp component. | Asynchronous Use |
| Learn how to send and receive datagrams using the Udp component. | Basic Sending And Receiving Of Datagrams |
| Learn how to broadcast and multicast datagrams using the Udp component. | Broadcasting and Multicasting Datagrams |
| Learn how to create a simple echo server application with the Server component. | Creating A Simple Echo Server |
| Learn how to create a server application which handles commands with the Server component. | Creating A Server Which Handles Commands |
| Learn how to resolve host names, IP addresses, and email addresses. | Resolving IP Addresses, Host Names and Email Addresses |
| Learn how to resolve host names, IP addresses, and email addresses asynchronously. | Resolving Asynchronously |
| Learn how to ping a host. | Simple Pinging |
| Learn how to ping a host asynchronously. | Pinging Asynchronously |
| Learn how to trace route to a host. | Trace route To A Host |
| Learn how to create an SSL client using the Tcp component. | Creating an SSL Client |
| Learn how to create an SSL server using the Server component. | Creating an SSL Server |
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.