Dart.Mail 名前空間 > TcpSocketOption クラス : KeepAliveInterval プロパティ |
<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には実装されていません。