Looks like there is no way to set keepAlive for the connection socket in C# opposed to Java driver, which have the following property:
socketKeepAlive(boolean socketKeepAlive)
- is duplicated by
-
CSHARP-1156 socketKeepAlive in C#
- Closed