API:Data.Cloud.AmazonAPI.TAmazonService.GetCanonicalizedHeaderPrefix
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
| Unit: Data.Cloud.AmazonAPI | |
| Parent: TAmazonService | |
Delphi
function GetCanonicalizedHeaderPrefix: string; override;
C++
virtual System::UnicodeString __fastcall GetCanonicalizedHeaderPrefix();
Description
Returns the prefix of a header name.
Data.Cloud.AmazonAPI.TAmazonService.GetCanonicalizedHeaderPrefix inherits from Data.Cloud.CloudAPI.TCloudService.GetCanonicalizedHeaderPrefix. All content below this line refers to Data.Cloud.CloudAPI.TCloudService.GetCanonicalizedHeaderPrefix.
Returns the prefix of a header name.
GetCanonicalizedHeaderPrefix is used to get the prefix of a header name, if the header is to be included in the Canonicalized Headers of the StringToSign.
For example, the prefix is x-ms- for Azure and x-amz- for Amazon.