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