REST.Backend.EndPoint.TBackendRequestComponentAuth

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

REST.Backend.EndPoint.TBackendRequestComponentREST.Backend.EndPoint.TBackendRequestComponentREST.Client.TCustomRESTRequestTBackendRequestComponentAuth

Delphi

TBackendRequestComponentAuth<TI: IBackendService; T: Class> = class(TBackendRequestComponent<TI, T>)

C++

template<typename TI, typename T> class PASCALIMPLEMENTATION TBackendRequestComponentAuth__2 : public TBackendRequestComponent__2<TI,T>

プロパティ

種類 可視性 ソース ユニット
class public
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint REST.Backend.EndPoint

説明


REST リクエストを実行するための、データおよび論理のコンテナです。

REST.Backend.EndPoint.TBackendRequestComponentAuth は REST.Client.TCustomRESTRequest を継承しています。以下の内容はすべて REST.Client.TCustomRESTRequest を参照しています。

REST リクエストを実行するための、データおよび論理のコンテナです。

関連項目