This method creates a socket and sets it to Listen mode. Listen works only for Transmission Control Protocol/Internet Protocol (TCP/IP) connections.
object.Listen
None.
The ConnectionRequest event occurs when there is an incoming connection. When handling ConnectionRequest, the application should use the Accept method to accept the connection.