[This is preliminary documentation and is subject to change.]
Sets socket linger options.
This setting is common for both server and client as they have the same channel semantics
Namespace: NFX.Glue.NativeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(null, 3)]
public int SocketLingerSec { get; set; }
[ConfigAttribute(null, 3)]
public int SocketLingerSec { get; set; }
<ConfigAttribute(Nothing, 3)>
Public Property SocketLingerSec As Integer
Get
Set
<ConfigAttribute(Nothing, 3)>
Public Property SocketLingerSec As Integer
Get
Set
public:
[ConfigAttribute(nullptr, 3)]
property int SocketLingerSec {
int get ();
void set (int value);
}
public:
[ConfigAttribute(nullptr, 3)]
property int SocketLingerSec {
int get ();
void set (int value);
}
[<ConfigAttribute(null, 3)>]
member SocketLingerSec : int with get, set
[<ConfigAttribute(null, 3)>]
member SocketLingerSec : int with get, set
Property Value
Type:
Int32