Datasnap.DSClientRest.TDSRestConnection.Protocol

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

Delphi

property Protocol: string read FProtocol write SetProtocol stored IsProtocolStored;

C++

__property Protocol;

プロパティ

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

説明

REST 接続の通信プロトコルを示します。

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

REST 接続の通信プロトコルを示します。

Protocol プロパティは、DataSnap REST 接続コンポーネントの通信プロトコルを示します。 たとえば、Protocol には 'http' などが設定されます。

関連項目