Web.HTTPApp.TWebRequest.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
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Specifies the IP of the remote target machine associated with the HTTP request message.

Read the RemoteIP property to obtain the IP address of the remote target machine associated with the HTTP request message.

See Also