Listen

Creates a socket and sets it in listen mode. This method works only for TCP connections.

Syntax

object.Listen

Remarks

The ConnectionRequest event occurs when there is an incoming connection. When handling ConnectionRequest, the application should use the Accept method to accept the connection.