PeerNameRecord.EndPointCollection 属性

定义

获取 PeerEndPointCollection 对象,该对象包含可供与此 PeerNameRecord 对象关联的对等方使用的所有终结点。

public:
 property System::Net::IPEndPointCollection ^ EndPointCollection { System::Net::IPEndPointCollection ^ get(); };
public System.Net.IPEndPointCollection EndPointCollection { get; }
member this.EndPointCollection : System.Net.IPEndPointCollection
Public ReadOnly Property EndPointCollection As IPEndPointCollection

属性值

一个包含 IPEndPointCollection 对象集合的 IPEndPoint 对象。 这些对象包含参与关联对等方群的其他对等方的终结点。 此属性的默认值为 null

注解

此属性包含一组终结点,或 中 Cloud与此 PeerNameRecord中命名的对等方最接近的对等方。 这些是此对等方直接通信的,而不是通过中介进行通信的。 对于每个终结点,必须提供 IP 地址和端口。 可以提供的最大终结点数为 10。

适用于