Discuss this help topic in SecureBlackbox Forum
Contains HTTP headers.
Declaration
[C#]
TElStringList Headers;
[VB.NET]
Property Headers As TElStringList
[Pascal]
property Headers : TElStringList;
[C++]
TElStringList* get_Headers();
[PHP]
TElStringList get_Headers()
[Java]
TElStringList getHeaders();
Description
This property contains HTTP headers of the data element.
Discuss this help topic in SecureBlackbox Forum