PeerNameRecord.EndPointCollection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 物件的集合。 這些物件會包含參與相關聯對等 Cloud 之其他對等電腦的端點。 這個屬性的預設值為 null
。
備註
這個屬性包含 中的端點集合,或 中的 Cloud對等,最接近這個 PeerNameRecord中名為的對等。 這些是這個對等直接通訊的物件,而不是透過媒介進行通訊。 針對每個端點,必須提供IP位址和埠。 可以提供的端點數目上限為 10。