RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.RemoteHost Property

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

Pascal
property RemoteHost: AnsiString;
C++
__property AnsiString RemoteHost;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!