Data.Cloud.CloudAPI.TCloudService.GetRequiredHeaderNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRequiredHeaderNames(out InstanceOwner: Boolean): TStrings; virtual; abstract;

C++

virtual System::Classes::TStrings* __fastcall GetRequiredHeaderNames(/* out */ bool &InstanceOwner) = 0 ;

Properties

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

Description

Lists the header names, whose values (but not the names) must appear, in the given order, in the StringToSign that gets built.

Note: The order matters. The headers must be returned in the exact order they need to appear in the StringToSign for the cloud service in question.

The InstanceOwner parameter is set to true if the caller should free the resulting list.

See Also