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