Discuss this help topic in SecureBlackbox Forum
Contains a list of custom headers of the HTTP message.
Declaration
[C#]
TElStringList CustomHeaders;
[VB.NET]
Property CustomHeaders As TElStringList
[Pascal]
property CustomHeaders : TStringList;
[C++]
TElStringList* get_CustomHeaders();
[PHP]
TElStringList get_CustomHeaders()
[Java]
TElStringList getCustomHeaders();
Description
This property specifies custom headers of the HTTP message.
Discuss this help topic in SecureBlackbox Forum