Data.Cloud.CloudAPI.TCloudService.GetCanonicalizedHeaderPrefix

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetCanonicalizedHeaderPrefix: string; virtual; abstract;

C++

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

Propriétés

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

Description

Renvoie le préfixe d'un nom d'en-tête.

GetCanonicalizedHeaderPrefix est utilisée pour obtenir le préfixe d'un nom d'en-tête, si l'en-tête doit être inclus dans les En-têtes rendus canoniques du StringToSign.

Par exemple, le préfixe est x-ms- pour Azure et x-amz- pour Amazon.

Voir aussi