<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.Net.Sockets.LingerOption

public class LingerOption
namespace System.Net.Sockets { public class LingerOption { public bool Enabled { get; set; } public int LingerTime { get; set; } public LingerOption(bool enable, int seconds); } }