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