Discuss this help topic in SecureBlackbox Forum
Provides access to HTTP response cookies
Declaration
[C#]
TElStringList ResponseCookies;
[VB.NET]
Property ResponseCookies As TElStringList
[Pascal]
property ResponseCookies : TElStringList;
[C++]
TElStringList* get_ResponseCookies();
[PHP]
TElStringList get_ResponseCookies()
[Java]
TElStringList getResponseCookies();
Description
Use this property to access HTTP response cookies
Discuss this help topic in SecureBlackbox Forum