Internet Direct (Indy) Version 9.0.1 Beta
|
function GetCookieIndex(FirstIndex: integer; const AName: string): Integer; overload; function GetCookieIndex(FirstIndex: integer; const AName: string; const ADomain: string): Integer; overload;
FirstIndex specifies the initial position in the container to be used when comparing values in the AName and/or ADomain parameters.
AName is the CookieName value desired in a Cookie collection item.
ADomain is the Domain value desired in a Cookie collection item.
GetCookieIndex is called from the GetCookie method to locate one of the Items in the collection that match a specified Name and Domain.