Closing the Connection

From RAD Studio
Jump to: navigation, search

Go Up to Using Client Sockets


When you have finished communicating with a server application over the socket connection, you can shut down the connection by calling the Close method. The connection may also be closed from the server end. If that is the case, you will receive notification in an OnDisconnect event.

See Also