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

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

プロパティ値

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

参照

TcpSession クラス
TcpSession メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.