Make this peer discoverable using the provided PeerDiscovery DiscoveryMethod.
IMPORTANT NOTE: For IP networks we strongly recommend using the UDP broadcast discovery method.
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- discoveryMethod
- Type: NetworkCommsDotNet.Tools PeerDiscovery DiscoveryMethod
The discovery method for which this peer should be discoverable
- localDiscoveryEndPoint
- Type: System.Net EndPoint
The local endpoint with which to make this peer discoverable
See Also