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