Datasnap.DSHTTPCommon.TDSHTTPRequest.RemoteIP

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property RemoteIP: string read GetRemoteIP;

C++

__property System::UnicodeString RemoteIP = {read=GetRemoteIP};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

Beschreibung

Gibt die Remote-IP-Adresse für die HTTP-Anforderung an.

Mit der Eigenschaft RemoteIP wird die Remote-IP-Adresse für die HTTP-Anforderung angegeben.

Siehe auch