Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorage.AWSHeaders

TElAWSS3DataStorage     See also     


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


Contains AWS headers.

Declaration

[C#]
    TElStringList AWSHeaders;

[VB.NET]
    Property AWSHeaders As TElStringList

[Pascal]
    property AWSHeaders : TStringList;

[C++]
    TElStringList* get_AWSHeaders();

[PHP]
    TElStringList get_AWSHeaders()

[Java]
    TElStringList getAWSHeaders();

Description

    Use this read-only property to get headers of the HTTP request to Amazon Web Services (AWS).

See also:     HTTPClient    

Discuss this help topic in SecureBlackbox Forum