PeerDiscovery PropertiesNetworkComms.Net Help
The PeerDiscovery type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberBluetoothDiscoveryService
The service on which discovery will run for bluetooth. Default is '3a768eea-cbda-4926-a82d-831cb89092ac'.
Public propertyStatic memberDefaultDiscoverTimeMS
The wait time in milliseconds before all peers discovered are returned for synchronous discovery methods. Default 2000ms.
Public propertyStatic memberDefaultIPDiscoveryMethod
The default discovery method to use for IP type connections (UDP and TCP). By default this is DiscoveryMethod.UDPBroadcast.
Public propertyStatic memberMaxTargetLocalIPPort
The maximum port number that will be used when making this peer discoverable. Default 10020.
Public propertyStatic memberMinTargetLocalIPPort
The minimum port number that will be used when making this peer discoverable. Default 10000.
Back to Top
See Also