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