Data.Cloud.AzureAPI.TAzureService.PopulateDateHeader

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

Delphi

procedure PopulateDateHeader(Headers: TStrings; AddRegularDateHeader: Boolean = True);

C++

void __fastcall PopulateDateHeader(System::Classes::TStrings* Headers, bool AddRegularDateHeader = true);

プロパティ

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


説明

渡されたリスト内の x-ms-date ヘッダーを設定します。

PopulateDateHeader メソッドは、渡されたリスト内のヘッダー x-ms-date(と任意で Date も)を設定します。

Headers パラメータは、Date ヘッダーを追加するヘッダー リスト。

任意で Date ヘッダーを x-ms-date ヘッダーと共に追加するには、AddRegularDateHeader パラメータを True に設定します。

関連項目