Hi,
As there is almost no documentation for this, I would like to know hot to properly use in VB NET 2008 the keep alive socket option.
Tried this:
myTcpClient.Client.SetSocketOption(SocketOptionLevel.Tcp, SocketOptionName.KeepAlive, 1)
but then the TCP does not connect any more, and how do I know when the connection brakes ?
Thanks