Winsock Client Application
The following sections describe the remaining steps for creating a Winsock client application. What follows is the general model for creating a streaming TCP/IP client.
- Creating a Socket for the Client
- Connecting to a Socket
- Sending and Receiving Data on the Client
- Disconnecting the Client
Complete Client Source Code
Related topics