RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookieCollection.WebResponse Property

Indicates the TWebResponse object that uses the cookie collection to represent all of its Cookie headers.

Pascal
property WebResponse: TWebResponse;
C++
__property TWebResponse WebResponse;

Read WebResponse to access the response object that is using the cookie collection. The response object is a descendant of TWebResponse, either TISAPIResponse, TWinCGIResponse,TCGIResponse, or TApacheResponse, depending on the type of Web server application. 

Use the properties of the response object to obtain information about the other headers in the response message or the content of the response message. Many applications use this information to determine what field values to specify as Cookie headers. 

 

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