Unit
ScTCPServer
Description
The TScTCPServer component implements functionality of the TCP/IP server.
TScTCPServer listens to the TCP/IP port specified in the Port property. When a TCP client tries to connect to this port, and TScTCPServer accepts the connection, an OnAcceptConnection event is triggered. The event returns a TScTCPConnection object which can be used for direct data exchange with the client or for TLS/SSL encrypted communucations using the TScSSLServerConnection class.
The information about the currently connected clients in stored in the Connections property.
See Also