Data.Cloud.CloudAPI.TCloudService.FUseCanonicalizedHeaders

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also