PoolConfiguration EnableTcpKeepAlives Property Couchbase .NET SDK 2.1.0 Documentation
Gets or sets a value indicating whether enable TCP keep alives.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public bool EnableTcpKeepAlives { get; set; }

Property Value

Type: Boolean
true to enable TCP keep alives; otherwise, false.
See Also