Web.HTTPApp.TWebRequest.RemoteAddr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RemoteAddr: string index 21 read GetStringVariable;

C++

__property System::UnicodeString RemoteAddr = {read=GetStringVariable, index=21};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Indicates the remote IP address of the client associated with the HTTP request message.

Read RemoteAddr to obtain the IP address of the source of the Web client request.

See Also