Data.Cloud.CloudAPI.TCloudService.GetRequiredHeaderNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudService

Delphi

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

C++

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

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