Datasnap.DSClientRest.TDSCustomRestConnection.Host

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

Delphi

property Host: string read FHost write FHost;

C++

__property System::UnicodeString Host = {read=FHost, write=FHost};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection


説明

REST 接続のホストを示します。

Host プロパティは、DataSnap REST 接続コンポーネントのホストを示します。 たとえば、REST クライアントと同じマシン上で稼働しているサーバーに接続する場合には、Host'localhost' となります。

関連項目