Occurs when a remote machine requests a connection. For TCP server applications only. The event is activated when there is an incoming connection request. RemoteHostIP and RemotePort properties store the information about the client after the event is activated.
object_ConnectionRequest ()
Only one accepted connection will be made. Use the Listen method to accept more.