Data.Cloud.CloudAPI.TCloudService.FUseCanonicalizedHeaders
[–] Properties | |
---|---|
Type: field | |
Visibility: protected | |
Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
Unit: Data.Cloud.CloudAPI | |
Parent: TCloudService |
Delphi
FUseCanonicalizedHeaders: Boolean;
C++
bool FUseCanonicalizedHeaders;
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.