Discuss this help topic in SecureBlackbox Forum
Use this property to access HTTP request cookies.
Declaration
[C#]
TElStringList RequestCookies;
[VB.NET]
Property RequestCookies As TElStringList
[Pascal]
property RequestCookies : TElStringList;
[C++]
TElStringList* get_RequestCookies();
[PHP]
TElStringList get_RequestCookies()
[Java]
TElStringList getRequestCookies();
Description
Use this property to configure HTTP request cookies.
Discuss this help topic in SecureBlackbox Forum