Discussion:
How to use TCP Keep Alive in .NET ?
(too old to reply)
Navin Mishra
2007-04-18 16:55:58 UTC
Permalink
Hi all,

Is there any example code of how to use TCP Keep Alives in .NET ?

Thanks in advance and regards

Navin
Arkady Frenkel
2007-04-19 08:20:20 UTC
Permalink
You can use SetSocketOption() method in Socket class with
ocketOptionName - "KeepAlive"
Arkady
Post by Navin Mishra
Hi all,
Is there any example code of how to use TCP Keep Alives in .NET ?
Thanks in advance and regards
Navin
Loading...