HTTPApp.TCookieCollection
Contents |
Delphi Information
From HTTPApp.pas
TCookieCollection = class(TCollection)
Unit: HTTPApp
Type: class
Inherited Class Members: HTTPApp.TCookieCollection Members
Class Properties: HTTPApp.TCookieCollection Properties
Class Methods: HTTPApp.TCookieCollection Methods
Class Constructors & Destructors: HTTPApp.TCookieCollection Constructors
C++ Information
From HTTPApp.hpp
TCookieCollection = class(TCollection)
Unit: HTTPApp
Type: class
Inherited Class Members: HTTPApp.TCookieCollection Members
Class Properties: HTTPApp.TCookieCollection Properties
Class Methods: HTTPApp.TCookieCollection Methods
Class Constructors & Destructors: HTTPApp.TCookieCollection Constructors
Description
TCookieCollection is a collection of TCookie objects.
Use TCookieCollection to represent all the Cookie headers of an HTTP response message. Each Cookie header is represented by a single TCookie object. A Cookie header includes a named field with an associated value, of the form Name=Value, plus a number of other, standard fields that specify the destination of the cookie, when the cookie is valid, and so on. Web clients pass Cookie headers on to the destinations specified by the fields of the Cookie header.