API:Data.Cloud.AzureAPI.TAzureService.GetCanonicalizedHeaderPrefix

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

Delphi

function GetCanonicalizedHeaderPrefix: string; override;

C++

virtual System::UnicodeString __fastcall GetCanonicalizedHeaderPrefix();

プロパティ

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

説明

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

Data.Cloud.AzureAPI.TAzureService.GetCanonicalizedHeaderPrefix は Data.Cloud.CloudAPI.TCloudService.GetCanonicalizedHeaderPrefix を継承しています。以下の内容はすべて Data.Cloud.CloudAPI.TCloudService.GetCanonicalizedHeaderPrefix を参照しています。

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

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

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

関連項目