Internet Direct (Indy) Version 9.0.1 Beta
TIdCookies.Add2
Creates a Cookie class instance to be added to the Cookie collection.

function Add2: TIdCookieRFC2965;
Returns
TIdCookieRFC2965 - Cookie class instance added to the collection.

Description
Add2 is a TIdCookieRFC2965 function that creates a new instance of TIdCookieRFC2965 to be added to the Cookie collection. Add creates the Cookie class instance using the TIdCookies object instance as the owner of the collection item.

Add2 is called from the TIdCookieManager.AddCookie2 method when a CookieName and Domain are added to an HTTP client as an TIdCookieRFC2965 class instance.