IConnectorIsPassive Property |
Namespace: VirtualRadar.Interface.Network
Attempting to change this after EstablishConnection has been called will throw an exception.
Passive connectors wait for incoming connections from another machine. They can accept one or many simultaneous connections.
By contrast active connectors attempt to create a connection with a remote machine or hardware and usually keep trying until they manage to establish the connection. They only create one connection.