Discuss this help topic in SecureBlackbox Forum

TElHTTPParams.CustomHeaders

TElHTTPParams     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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