Datasnap.DSClientRest.TDSCustomRestConnection.Protocol

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

Delphi

property Protocol: string read FProtocol write SetProtocol stored IsProtocolStored nodefault;

C++

__property System::UnicodeString Protocol = {read=FProtocol, write=SetProtocol, stored=IsProtocolStored};

プロパティ

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


説明

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

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

関連項目