Click or drag to resize

SocketOptionsSoLinger Property

Gets the number of seconds to remain open after the Socket.Close() is called.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public Nullable<int> SoLinger { get; }

Property Value

Type: NullableInt32
See Also