Datasnap.DSHTTPCommon.TDSHTTPRequest.RemoteIP

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPRequest

Delphi

property RemoteIP: string read GetRemoteIP;

C++

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

Description

Specifies the remote IP address for the HTTP request.

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

See Also