API:Data.Cloud.AmazonAPI.TAmazonService.GetCanonicalizedHeaderPrefix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanonicalizedHeaderPrefix: string; override;

C++

virtual System::UnicodeString __fastcall GetCanonicalizedHeaderPrefix(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonService

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.

See Also