Data.Cloud.CloudAPI.TCloudService.GetCanonicalizedHeaderPrefix
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
| Unit: Data.Cloud.CloudAPI | |
| Parent: TCloudService | |
Delphi
function GetCanonicalizedHeaderPrefix: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetCanonicalizedHeaderPrefix() = 0 ;
Description
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.