1 write to Enabled
System.Net.Sockets (1)
System\Net\Sockets\LingerOption.cs (1)
15
Enabled
= enable;
3 references to Enabled
System.Net.Sockets (3)
System\Net\Sockets\LingerOption.cs (1)
47
return comparand is LingerOption option && option.
Enabled
== _enabled && option.LingerTime == _lingerTime;
System\Net\Sockets\Socket.cs (1)
3672
if (OperatingSystem.IsWasi() && lref.
Enabled
) throw new PlatformNotSupportedException(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
System\Net\Sockets\SocketPal.Unix.cs (1)
1575
OnOff = optionValue.
Enabled
? 1 : 0,