Internet Direct (Indy)
Home
PreviousUpNext
TIdServerCookies Class

Implements a container for Cookie class instances.

Pascal
TIdServerCookies = class(TIdCookies);

TIdServerCookies is a TIdCookies decendant that implements a container for server Cookie class instances. TIdServerCookies provides methods that allow creation of both TIdCookieRFC2109 Cookie class instances. TIdServerCookies also provides methods that provide access to Cookie class instances using Cookie name, and an integer position in the server Cookie collection. 

TIdServerCookies is the type used by TIdHTTPRequestInfo and TIdHTTPResponseInfo to represent the Cookie collection maintained by a TIdHTTP server.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.