Peer.PeerEndPoints Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'objet PeerEndPointCollection associé à l'objet 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
Valeur de propriété
Objet PeerEndPointCollection associé au Peer.
Exceptions
L’objet Peer a été supprimé.
Remarques
Lorsqu’un homologue distant est un intermédiaire pour un homologue hôte, les PeerEndPoint objets contenus dans PeerEndPointCollection sont associés aux contacts locaux de l’homologue distant.