Data.Cloud.AzureAPI.TAzureService.PopulateDateHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureService

Description

Populates the x-ms-date header in the given list.

The PopulateDateHeader method populates the x-ms-date (and optionally the Date) header in the given list.

The Headers parameter specifies the header list to which to add the date headers.

To optionally add the Date header along with the x-ms-date header, set the AddRegularDateHeader parameter to True.

See Also