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

KeepAliveTimeが期限切れになった後にキープアライブが再送信される時間間隔(ミリ秒単位)。
シンタックス
<DefaultValueAttribute()>
<DescriptionAttribute("The time in milliseconds between retransmission of keepalives once the KeepAliveTime has expired.")>
Public Property KeepAliveInterval As Integer
[DefaultValue()]
[Description("The time in milliseconds between retransmission of keepalives once the KeepAliveTime has expired.")]
public int KeepAliveInterval {get; set;}
解説

KeepAliveTimeが期限切れになると、KeepAliveIntervalミリ秒ごとにキープアライブが送信されます。この送信は、応答が受信されるか、MaxDataRetriesによって指定された最大回数に達するか、または接続が終了するまで続きます。デフォルトは1000(1秒)です。

このプロパティはMONOには実装されていません。

参照

関連項目

TcpSocketOption クラス
TcpSocketOption メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.