Peer.PeerEndPoints Propriedade

Definição

Obtém o PeerEndPointCollection associado ao Peer.Gets the PeerEndPointCollection associated with the 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 da propriedade

PeerEndPointCollection

O PeerEndPointCollection associado ao Peer.The PeerEndPointCollection associated with the Peer.

Exceções

O objeto Peer foi descartado.The Peer object has been disposed.

Comentários

Quando um par remoto é um intermediário para um par de host, os PeerEndPoint objetos contidos em PeerEndPointCollection associado aos contatos locais para o par remoto.When a remote peer is an intermediary for a host peer, the PeerEndPoint objects contained in PeerEndPointCollection associate with the local contacts for the remote peer.

Aplica-se a

Confira também