Encapsulates the different peer discovery methods available.
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
UDPBroadcast | 0 | Peer discovery using a UDP broadcast. Strongly recommended for IP networks. | |
BluetoothSDP | 1 | Peer discovery using the bluetooth SDP protocol. | |
TCPPortScan | 2 | Peer discovery using a TCP port scan. Very slow and adversely affects performance on the local network. Should only be used with network configurations where UDP broadcast is unsuccessful. Only IPv4 networks are included in a TCP Port scan. |
See Also