REST.Backend.EMSApi.TEMSClientAPI.AddMasterKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddMasterKey(const ARequest: TCustomRESTRequest; const AKey: string);

C++

void __fastcall AddMasterKey(Rest::Client::TCustomRESTRequest* const ARequest, const System::UnicodeString AKey);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Adds the specified master key to the headers of the specified request.

Exceptions

Exception Message Description

EEMSClientAPIError

MasterSecret required

The specified master key is an empty string.

See Also