RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.HTTPRequest Property

Represents the HTTP request message for which this is a response.

Pascal
property HTTPRequest: TWebRequest;
C++
__property TWebRequest HTTPRequest;

Read HTTPRequest to determine the header and contents of the HTTP request message that spawned this response message. The properties of HTTPRequest give access to the information sent in the web client request message. 

 

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