Discuss this help topic in SecureBlackbox Forum
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).
Discuss this help topic in SecureBlackbox Forum