Web.HTTPApp.TWebRequest.RemoteHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RemoteHost: string index 22 read GetStringVariable;

C++

__property System::UnicodeString RemoteHost = {read=GetStringVariable, index=22};

Properties

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

Description

Reports the fully qualified reverse domain lookup of the client associated with the HTTP request message.

Use RemoteHost to compose URI values for back-links to the source of the request when the Referer property is not specified. RemoteHost does not include any path information.

See Also