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