Web.HTTPApp.TCookieCollection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTCookieCollection

Delphi

TCookieCollection = class(TCollection)

C++

class PASCALIMPLEMENTATION TCookieCollection : public System::Classes::TCollection

Properties

Type Visibility Source Unit Parent
class public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

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.

See Also