Discuss this help topic in SecureBlackbox Forum
Contains HTTP cookies.
Declaration
[C#]
TElStringList Cookies;
[VB.NET]
Property Cookies As TElStringList
[Pascal]
property Cookies : TStringList;
[C++]
TElStringList* get_Cookies();
[PHP]
TElStringList get_Cookies()
[Java]
TElStringList getCookies();
Description
This property stores HTTP Cookies (please see the RFC #6265 for further information).
Discuss this help topic in SecureBlackbox Forum