Discuss this help topic in SecureBlackbox Forum
Returns the request header.
Declaration
[C#]
TElStringList Header;
[VB.NET]
Property Header As TElStringList
[Pascal]
property Header : TElStringList;
[C++]
TElStringList* get_Header();
[PHP]
TElStringList get_Header()
[Java]
TElStringList getHeader();
Description
Use this property to get the header of the request.
Discuss this help topic in SecureBlackbox Forum