PeerDiscovery DiscoveryMethod EnumerationNetworkComms.Net Help
Encapsulates the different peer discovery methods available.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public enum DiscoveryMethod
Members

  Member nameValueDescription
UDPBroadcast0 Peer discovery using a UDP broadcast. Strongly recommended for IP networks.
BluetoothSDP1 Peer discovery using the bluetooth SDP protocol.
TCPPortScan2 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