Share via


TcpConnectionInformation.RemoteEndPoint Propriété

Définition

Obtient le point de terminaison distant d’une connexion TCP.

public:
 abstract property System::Net::IPEndPoint ^ RemoteEndPoint { System::Net::IPEndPoint ^ get(); };
public abstract System.Net.IPEndPoint RemoteEndPoint { get; }
member this.RemoteEndPoint : System.Net.IPEndPoint
Public MustOverride ReadOnly Property RemoteEndPoint As IPEndPoint

Valeur de propriété

Instance IPEndPoint qui contient l'adresse IP et le port sur l'ordinateur distant.

Remarques

Si le State de cette connexion est Listen, le point de terminaison distant n’est pas établi et a tous les zéros pour son adresse IP.

S’applique à