Datasnap.DSClientRest.TDSCustomRestConnection.DefaultProtocol

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

Delphi

function DefaultProtocol: string;

C++

System::UnicodeString __fastcall DefaultProtocol();

プロパティ

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


説明

DataSnap REST 接続のデフォルト プロトコルを返します。

DefaultProtocol メソッドは、DataSnap REST 接続のデフォルト プロトコルを表す string を返します。プロトコルがユーザーによって指定されていなかった場合、DefaultProtocol'http' を、そうでなければ DefaultProtocol はユーザーが指定したプロトコルを返します。

関連項目