Binding.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 le point de terminaison IP de la liaison.
public:
property System::Net::IPEndPoint ^ EndPoint { System::Net::IPEndPoint ^ get(); };
public System.Net.IPEndPoint EndPoint { get; }
member this.EndPoint : System.Net.IPEndPoint
Public ReadOnly Property EndPoint As IPEndPoint
Valeur de propriété
Objet IPEndPoint qui représente un point de terminaison réseau.
Exemples
L’exemple suivant illustre la EndPoint propriété . Cet exemple de code fait partie d’un exemple plus grand fourni pour la Binding classe .
bindingdisplay = bindingdisplay + "\n EndPoint: " + binding.EndPoint;
Remarques
La EndPoint propriété fournit aux clients l’accès à IIS. La EndPoint propriété représente une adresse IP et un numéro de port.