Data.Cloud.CloudAPI.TCloudService.GetCanonicalizedHeaderPrefix

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetCanonicalizedHeaderPrefix: string; virtual; abstract;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

説明

ヘッダー名の接頭辞を返します。

GetCanonicalizedHeaderPrefix は、ヘッダー名の接頭辞を取得するために使用されます(ヘッダーが StringToSign正規化されたヘッダーに含まれる場合)。

たとえば、Azure の場合の接頭辞は x-ms- に、Amazon の場合には x-amz- になります。

関連項目