Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.AzureHeaders

TElWinAzureDataStorage     See also     


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


Contains Azure headers.

Declaration

[C#]
    TElStringList AzureHeaders;

[VB.NET]
    Property AzureHeaders As TElStringList

[Pascal]
    property AzureHeaders : TStringList;

[C++]
    TElStringList* get_AzureHeaders();

[PHP]
    TElStringList get_AzureHeaders()

[Java]
    TElStringList getAzureHeaders();

Description

    Use this read-only property to get headers of the HTTP request to Microsoft Azure Blob Storage.

See also:     HTTPClient    

Discuss this help topic in SecureBlackbox Forum