Discuss this help topic in SecureBlackbox Forum
This read-only property points at the list of header fields.
Declaration
[C#]
ArrayList HeaderFields;
[VB.NET]
Property HeaderFields As ArrayList
[Pascal]
property HeaderFields : TList;
[C++]
TList* get_HeaderFields();
[PHP]
TList get_HeaderFields()
[Java]
ArrayList getHeaderFields();
Description
Use this property to directly access the list of header fields.
Discuss this help topic in SecureBlackbox Forum