API:REST.Backend.EndPoint.TBackendEndpoint.Resource

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

Delphi

property Resource: string read GetResource write SetResource default 0;

C++

__property Resource = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint TBackendEndpoint

説明

このプロパティがベース URL に付加されて、HTTP 要求の完全な URL になります。

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

このプロパティがベース URL に付加されて、HTTP 要求の完全な URL になります。

重要: Resource の値には次の制限事項があります。
  • スキーム名またはドメイン名を含まない。
  • 先頭にスラッシュを含まない。

EMS リソースにアクセスしている場合、Resource プロパティには対象リソースのリソース名が含まれているはずです。

関連項目