GrapeCity Secure FTP for .NET 4.0J
ConnectTimeout プロパティ

TcpBase.Connect への呼び出しがタイムアウトするまでの時間(ミリ秒単位)を指定する値を取得または設定します。
シンタックス
<DefaultValueAttribute()>
<DescriptionAttribute("The connect timeout in milliseconds.")>
Public Property ConnectTimeout As Integer
[DefaultValue()]
[Description("The connect timeout in milliseconds.")]
public int ConnectTimeout {get; set;}

プロパティ値

タイムアウト値(ミリ秒単位)。デフォルト値はシステムタイムアウトを示す-1です。
解説
このプロパティは、接続リクエストを早期キャンセルするために使用されます。システムレベルの接続タイムアウトをオーバーライドしません。
参照

関連項目

TcpSession クラス
TcpSession メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.