Datasnap.DSClientRest.TDSRestConnection.Host

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

Delphi

property Host: string read FHost write FHost default 0;

C++

__property Host = {default=0};

プロパティ

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

説明

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

Datasnap.DSClientRest.TDSRestConnection.Host は Datasnap.DSClientRest.TDSCustomRestConnection.Host を継承しています。以下の内容はすべて Datasnap.DSClientRest.TDSCustomRestConnection.Host を参照しています。

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

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

関連項目