Server Connections

From RAD Studio
Jump to: navigation, search

Go Up to Types of Socket Connections


Server connections are formed by server sockets when a listening socket accepts a client request. A description of the server socket that completes the connection to the client is sent to the client when the server accepts the connection. The connection is established when the client socket receives this description and completes the connection.

See Also