Listen for incoming client connections.
Listen for incoming client connections.
public bool Listen();
Listen for incoming client connections, specifying the local port number.
public bool Listen(int);
Listen for incoming client connections, specifying the local network address and port number.
public bool Listen(string,int);
Listen for incoming client connections, specifying the local network address, port number and connection backlog.
public bool Listen(string,int,int);
SocketWrench Class | SocketTools Namespace | Blocking Property | LocalAddress Property | LocalPort Property | Accept Method | OnAccept Event