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