RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.From Property

Reports the value of the From header of the HTTP request message.

Pascal
property From: string;
C++
__property AnsiString From;

Read From to determine the Internet e-mail address of the human user for whom the Web client sent the HTTP request message. This value can be used for logging purposes, or to contact the originator of the request if problems occur. 

 

RemoteAddr 

RemoteHost 

UserAgent 

Properties That Describe the Web Client

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!