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

送信と受信のタイムアウト時間を指定する値を取得または設定します。
シンタックス
<DescriptionAttribute("Gets or sets the timeout value (in milliseconds) used for send and receive timeouts.")>
<CategoryAttribute("動作")>
<DefaultValueAttribute()>
Public Property Timeout As Integer
[Description("Gets or sets the timeout value (in milliseconds) used for send and receive timeouts.")]
[Category("動作")]
[DefaultValue()]
public int Timeout {get; set;}

プロパティ値

タイムアウト値(ミリ秒単位)。デフォルト値は10,000(10秒)です。
解説

このプロパティは、コントロール接続とデータ接続のSendTimeoutReceiveTimeout を指定するために使用されます。 コントロール接続のタイムアウト時間のみを設定する場合は、このプロパティを設定した後にFtp.Connection.SocketOption.SendTimeout または Ftp.Connection.SocketOption.ReceiveTimeout を設定します。

このプロパティはアクティブなデータ接続には影響を及ぼしません。

参照

関連項目

Ftp クラス
Ftp メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.