REST.Backend.EMSApi.TEMSClientAPI.AddMasterKey

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI


Beschreibung

Fügt den Headern der angegebenen Anforderung den angegebenen Master Key hinzu.

Exceptions

Exception Meldung Beschreibung

EEMSClientAPIError

MasterSecret erforderlich

Der angegebene Master Key ist ein leerer String.

Siehe auch