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