Client Events

From RAD Studio
Jump to: navigation, search

Go Up to Responding to Socket Events


When a client socket opens a connection, the following events occur:

  1. An OnLookup event occurs prior to an attempt to locate the server socket.
  2. The Windows socket is set up, and initialized for event notification.
  3. An OnConnecting event occurs after the server socket is located.
  4. The connection request is accepted by the server and completed by the client socket.
  5. An OnConnect event occurs after the connection is established.

See Also