Peer.PeerEndPoints Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém o PeerEndPointCollection associado ao 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 Propriedade
O PeerEndPointCollection associado ao Peer.
Exceções
O Peer objeto foi descartado.
Observações
Quando um par remoto é um intermediário para um par host, os PeerEndPoint objetos contidos em PeerEndPointCollection associam-se aos contactos locais do par remoto.