REST.Backend.EMSProvider.TCustomEMSConnectionInfo.BaseURL

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

Delphi

property BaseURL: string read GetBaseURL;

C++

__property System::UnicodeString BaseURL = {read=GetBaseURL};

プロパティ

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


説明

EMS サーバー ファイルへの完全 URL です。

BaseURL の形式は次のとおりです:

URLProtocol://URLHost:URLPort/URLBasePath

URLProtocol(デフォルト値を使用)および URLBasePath は空の可能性があります。

関連項目