System.Net.Socket.TSocket.Endpoint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Endpoint: TNetEndpoint read GetEndpoint;

C++

__property TNetEndpoint Endpoint = {read=GetEndpoint};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TSocket


Description

Le point de terminaison connecté.

Pour un socket client, c'est le point de terminaison distant. Pour un socket serveur, c'est le point de terminaison local.

Voir aussi