Topic Path: Symbol Reference > Classes > TIdCookies Class
ContentsIndexHome
PreviousUpNext
TIdCookies Class

Implements a container for Cookie class instances.

File
TIdCookies = class(TIdOwnedCollection);

TIdCookies is a TOwnedCollection descendant that implements a container for Cookie class instances. 

TIdCookies provides methods that allow creation of both TIdCookieRFC2109 and TIdCookieRFC2965 Cookie class instances. TIdCookies also provides methods that provide access to Cookie class instances using Cookie name, Cookie name and Domain, and an integer position in the Cookie collection. 

TIdCookies is the type used by TIdCookieManager to represent the Cookie collection maintained by a TIdHTTP client.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.