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

基になるSocket.Sendの呼び出しがタイムアウトするまでの時間を指定する値を取得または設定します。
シンタックス
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the number of milliseconds that a socket Send method will block before throwing a SocketException.")>
Public Property SendTimeout As Integer
[DefaultValue()]
[Description("Gets or sets the number of milliseconds that a socket Send method will block before throwing a SocketException.")]
public int SendTimeout {get; set;}

プロパティ値

タイムアウト値(ミリ秒単位)。デフォルト値は0で、タイムアウトが無期限であることを示します。
解説

最小の正の値は500なので、1〜499の値は500に変更されます。 値0または-1は、タイムアウトが無期限であることを示します。

このオプションはCFデバイスには効果がありません(Writeメソッドはタイムアウトしません)。

参照

関連項目

SocketOption クラス
SocketOption メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.