Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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