Datasnap.DSHTTPCommon.TDSHTTPRequest.GetRemoteIP
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp | |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSHTTPRequest | |
Delphi
function GetRemoteIP: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetRemoteIP() = 0 ;
Description
Returns the value of the RemoteIP property.
The GetRemoteIP method is the read implementation of the RemoteIP property.