Creates a socket and sets it in listen mode. This method works only for TCP connections.
object.Listen
The ConnectionRequest event occurs when there is an incoming connection. When handling ConnectionRequest, the application should use the Accept method to accept the connection.