Peer.PeerEndPoints 屬性

定義

取得與 PeerEndPointCollection 相關聯的 Peer

public:
 virtual property System::Net::PeerToPeer::Collaboration::PeerEndPointCollection ^ PeerEndPoints { System::Net::PeerToPeer::Collaboration::PeerEndPointCollection ^ get(); };
public virtual System.Net.PeerToPeer.Collaboration.PeerEndPointCollection PeerEndPoints { get; }
member this.PeerEndPoints : System.Net.PeerToPeer.Collaboration.PeerEndPointCollection
Public Overridable ReadOnly Property PeerEndPoints As PeerEndPointCollection

屬性值

PeerEndPointCollection 關聯的 Peer

例外狀況

Peer 物件已經處置。

備註

當遠端對等是主機對等的媒介時, PeerEndPoint 包含 PeerEndPointCollection 的物件會與遠端對等的本機聯繫人相關聯。

適用於

另請參閱