By setting
socket.SetSocke tOption(SocketO ptionLevel.Sock et,SocketOption Name.KeepAlive,
1 ) can tell the socket to use keep-alives. But anybody know how to set the
timeout for the keep-alive without changing the registry?
Best Regards,
Wencheng Magiya
socket.SetSocke tOption(SocketO ptionLevel.Sock et,SocketOption Name.KeepAlive,
1 ) can tell the socket to use keep-alives. But anybody know how to set the
timeout for the keep-alive without changing the registry?
Best Regards,
Wencheng Magiya
Comment