Data.Cloud.AzureAPI.TAzureService.GetCanonicalizedHeaderPrefix

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetCanonicalizedHeaderPrefix: string; override;

C++

virtual System::UnicodeString __fastcall GetCanonicalizedHeaderPrefix();

Description

Returns the header name prefix for Azure services.

The GetCanonicalizedHeaderPrefix method returns the header name prefix for Azure services, in order for headers to be included as name/value pairs in the authentication. The header prefix is x-ms-.

See Also