SocketTools .NET Edition

SocketWrench.Listen Method

Listen for incoming client connections.

Overload List

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);

See Also

SocketWrench Class | SocketTools Namespace | Blocking Property | LocalAddress Property | LocalPort Property | Accept Method | OnAccept Event