Data.Cloud.CloudAPI.TCloudService.FUseCanonicalizedHeaders
Delphi
FUseCanonicalizedHeaders: Boolean;
C++
bool FUseCanonicalizedHeaders;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | TCloudService |
Description
Specifies whether to add headers to the StringToSign when building it.
FUseCanonicalizedHeaders is set to True to add headers to the StringToSign when building it, and to False otherwise.