REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLBasePath

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

Delphi

property URLBasePath: string read FURLBasePath write SetURLBasePath;

C++

__property System::UnicodeString URLBasePath = {read=FURLBasePath, write=SetURLBasePath};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo


説明

運用環境における EMS サーバーの仮想ディレクトリです。

URLBasePath を使用して、運用環境に置く RAD サーバー エンジン(RAD サーバーサーバー) ファイルを指定します。 URLBasePath のデフォルト値は /emsserver/emsserver.dll です。

関連項目