Data.Cloud.AzureAPI.TAzureService.GetCanonicalizedHeaderPrefix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanonicalizedHeaderPrefix: string; override;

C++

virtual System::UnicodeString __fastcall GetCanonicalizedHeaderPrefix();

Properties

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

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