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