Web.HTTPApp.TWebRequest.GetRemoteIP

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRemoteIP: string; virtual;

C++

virtual System::UnicodeString __fastcall GetRemoteIP();

Properties

Type Visibility Source Unit Parent
function protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Provides the virtual getter method of returning the IP of the remote machine connected.

GetRemoteIP provides the virtual getter method of returning the IP of the remote machine to wich a connection is made. GetRemoteIP is the getter method for RemoteIP.

See Also