Binding.EndPoint Propriété

Définition

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.

S’applique à