Web.HTTPApp.TWebRequest.RemoteAddr

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property RemoteAddr: string index 21 read GetStringVariable;

C++

__property System::UnicodeString RemoteAddr = {read=GetStringVariable, index=21};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Beschreibung

Gibt die Remote-IP-Adresse des Client an, von dem die HTTP-Anforderung stammt.

Mit RemoteAddr können Sie die IP-Adresse des Web-Client ermitteln, von dem die Anforderung ausgeht.

Siehe auch