All About Sockets |
All About SocketsThree significant enhancements were made to sockets in 1.1: Extendable Sockets, Socket Options, and Socket Exceptions. See 1.1 Changes: Sockets for details.Reading from and Writing to a SocketTheWriting the Server Side of a SocketEchoTest
example in this section uses deprecated API. See 1.1 Changes: EchoTest Example for the 1.1 implementation of this example.The Knock Knock client/server example in this section uses deprecated API. See 1.1 Changes: Knock Knock Example for the 1.1 implementation of the client, server, and multi-client server programs.
All About Sockets |