Click or drag to resize

ConfigurationSocketOptions Property

Gets the low-level tcp configuration options used (tcpNoDelay, keepAlive, ...).

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public SocketOptions SocketOptions { get; }

Property Value

Type: SocketOptions
See Also