Dart.Mail 名前空間 > TcpSocketOption クラス : KeepAliveTime プロパティ |
<DefaultValueAttribute()> <DescriptionAttribute("The connection idle time in milliseconds before TCP will begin sending keepalives.")> Public Property KeepAliveTime As Integer
[DefaultValue()] [Description("The connection idle time in milliseconds before TCP will begin sending keepalives.")] public int KeepAliveTime {get; set;}
0に設定すると、キープアライブが無効になります。デフォルトは7,200,000(2時間)です。
このプロパティはMONOには実装されていません。