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 的对象与远程对等方的本地联系人相关联。

适用于

另请参阅