REST.Backend.EMSServices.TEMSCustomEndpointAPI.PrepareRequest

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure PrepareRequest(const ARequest: TCustomRESTRequest);

C++

void __fastcall PrepareRequest(Rest::Client::TCustomRESTRequest* const ARequest);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
REST.Backend.EMSServices.pas
REST.Backend.EMSServices.hpp
REST.Backend.EMSServices TEMSCustomEndpointAPI


説明

指定された要求から一時パラメータを削除し、指定された要求のヘッダーに構成済みの認証データを追加します。

例外

例外 メッセージ 説明

EEMSClientAPIError

MasterSecret が必要です

認証の種類TAuthentication.MasterSecret で、基になる EMS バックエンド サービス接続情報MasterSecret プロパティが空の文字列になっています。

セッション トークンが必要です

認証の種類TAuthentication.Session で、まだログインしていません。