PeerEndPoint.EndPoint Propriété

Définition

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.

S’applique à

Voir aussi