Data.Cloud.CloudAPI.TCloudService.GetCanonicalizedHeaderPrefix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanonicalizedHeaderPrefix: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetCanonicalizedHeaderPrefix() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

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.

See Also