Datasnap.DSHTTPCommon.TDSHTTPRequest.RemoteIP

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RemoteIP: string read GetRemoteIP;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

Description

Specifies the remote IP address for the HTTP request.

The RemoteIP property specifies the remote IP address for the HTTP request.

See Also