RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookieCollection Class

TCookieCollection is a collection of TCookie objects.

Pascal
TCookieCollection = class(TCollection);
C++
class TCookieCollection : public TCollection;

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. 

 

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