DefaultConnectionContext.RemoteEndPoint 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 distant EndPoint.
public:
virtual property System::Net::EndPoint ^ RemoteEndPoint { System::Net::EndPoint ^ get(); void set(System::Net::EndPoint ^ value); };
public override System.Net.EndPoint RemoteEndPoint { get; set; }
public override System.Net.EndPoint? RemoteEndPoint { get; set; }
member this.RemoteEndPoint : System.Net.EndPoint with get, set
Public Overrides Property RemoteEndPoint As EndPoint