PeerEndPoint.EndPoint 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 ou définit le IPEndPoint qui contient l'adresse IP associée à l'instance PeerEndPoint.
public:
property System::Net::IPEndPoint ^ EndPoint { System::Net::IPEndPoint ^ get(); void set(System::Net::IPEndPoint ^ value); };
public System.Net.IPEndPoint EndPoint { get; set; }
member this.EndPoint : System.Net.IPEndPoint with get, set
Public Property EndPoint As IPEndPoint
Valeur de propriété
L'adresse IP associée à l'instance PeerEndPoint.
Exceptions
Le point de terminaison EndPoint spécifié n'est pas un point de terminaison IPv6 valide.
Remarques
Pour éviter d’endommager l’état instance, l’appelant ne doit pas modifier la valeur si le EndPoint instance a été obtenu à partir de PeerNearMe ou PeerContact.