TTCPBlockSocket.Accept
TTCPBlockSocket
function Accept: TSocket;
Unit
blcksock
Description
Waits until new incoming connection comes. After it comes a new socket is automatically created (returned by this function) and connected to free ports determined by system.
If you use SOCKS5, new socket is not created. In this case is used same socket as socket for listening!
See also:
CanRead, Socket, Listen