Peer::PeerEndPoints Property
.NET Framework (current version)
Gets the PeerEndPointCollection associated with the Peer.
Assembly: System.Net (in System.Net.dll)
public: property PeerEndPointCollection^ PeerEndPoints { virtual PeerEndPointCollection^ get(); }
Property Value
Type: System.Net.PeerToPeer.Collaboration::PeerEndPointCollection^The PeerEndPointCollection associated with the Peer.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The Peer object has been disposed. |
When a remote peer is an intermediary for a host peer, the PeerEndPoint objects contained in PeerEndPointCollection associate with the local contacts for the remote peer.
.NET Framework
Available since 3.5
Available since 3.5
Show: