Peer.PeerEndPoints Propiedad

Definición

Obtiene la PeerEndPointCollection asociada a la 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

Valor de propiedad

Objeto PeerEndPointCollection asociado a Peer.

Excepciones

Se eliminó el objeto Peer.

Comentarios

Cuando un elemento del mismo nivel remoto es un intermediario para un host del mismo nivel, los PeerEndPoint objetos contenidos en PeerEndPointCollection asociación con los contactos locales del mismo nivel remoto.

Se aplica a

Consulte también