Web.HTTPApp.TCookieCollection.WebResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WebResponse: TWebResponse read FWebResponse;

C++

__property TWebResponse* WebResponse = {read=FWebResponse};

Properties

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

Description

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

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.