Client Events
Go Up to Responding to Socket Events
When a client socket opens a connection, the following events occur:
- An OnLookup event occurs prior to an attempt to locate the server socket.
- The Windows socket is set up, and initialized for event notification.
- An OnConnecting event occurs after the server socket is located.
- The connection request is accepted by the server and completed by the client socket.
- An OnConnect event occurs after the connection is established.