PeerDiscovery DiscoverPeers Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodStatic memberDiscoverPeers(PeerDiscovery DiscoveryMethod)
Discover local peers using the provided PeerDiscovery DiscoveryMethod and default discover time. Returns dictionary keyed on peer network identifier. IMPORTANT NOTE: For IP networks we strongly recommend using the UDP broadcast discovery method.
Public methodStatic memberDiscoverPeers(PeerDiscovery DiscoveryMethod, Int32)
Discover local peers using the provided PeerDiscovery DiscoveryMethod. Returns dictionary keyed on peer network identifier. IMPORTANT NOTE: For IP networks we strongly recommend using the UDP broadcast discovery method.
Back to Top
See Also