Connecting to Clients

From RAD Studio
Jump to: navigation, search

Go Up to Using Server Sockets


A listening server socket component automatically accepts client connection requests when they are received. You receive a notification every time this occurs in an OnAccept event.

See Also