REST.Backend.ParseProvider.TParseProvider.ConnectTimeout

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

Delphi

property ConnectTimeout;

C++

__property ConnectTimeout = {default=30000};

プロパティ

種類 可視性 ソース ユニット
property published
REST.Backend.ParseProvider.pas
REST.Backend.ParseProvider.hpp
REST.Backend.ParseProvider TParseProvider

説明

サーバーへの接続試行を中止するまでの経過時間をミリ秒単位で示します。

REST.Backend.ParseProvider.TParseProvider.ConnectTimeout は REST.Backend.ParseProvider.TCustomParseConnectionInfo.ConnectTimeout を継承しています。以下の内容はすべて REST.Backend.ParseProvider.TCustomParseConnectionInfo.ConnectTimeout を参照しています。

サーバーへの接続試行を中止するまでの経過時間をミリ秒単位で示します。

ConnectTimeout を使用すると、TCustomParseConnectionInfo が接続の生成を中止するまでの経過時間を、ミリ秒単位で指定することができます。

関連項目