Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetRemoteIP

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRemoteIP: string; override;

C++

virtual System::UnicodeString __fastcall GetRemoteIP();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPRequestWebBroker

Description

Returns the value of the RemoteIP property.

Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetRemoteIP inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetRemoteIP. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetRemoteIP.

Returns the value of the RemoteIP property.

The GetRemoteIP method is the read implementation of the RemoteIP property.

See Also