Data.Cloud.CloudAPI.TCloudService.BuildStringToSignHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BuildStringToSignHeaders(Headers: TStringList): string; virtual;

C++

virtual System::UnicodeString __fastcall BuildStringToSignHeaders(System::Classes::TStringList* Headers);

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

Description

Builds the header part of the StringToSign value.

BuildStringToSignHeaders includes both the required and optional headers, and ends with a newline character into the header part of the StringToSign value.

The Headers parameter represents the list of headers in the request. You can also set this parameter to nil.

BuildStringToSignHeaders returns the headers portion of the StringToSign.

See Also