A question came me today about if it was possible to do in managed code what the native winsock WSAIoctl(SOL_KEEPALIVE_VALS) function does. The answer is yes. First, if you simply want to turn on keep-alives you can use this simple method in the Socket
Read More...