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


説明

Azure サービス用のヘッダー名接頭辞を返します。

GetCanonicalizedHeaderPrefix メソッドは、Azure サービス用のヘッダー名の接頭辞を返します。これによりヘッダーは、認証で名前/値ペアとして含まれます。ヘッダー接頭辞は x-ms- です。

関連項目