System.Net.Sockets.SocketInformation public struct SocketInformation Documentation Code namespace System.Net.Sockets { public struct SocketInformation { public SocketInformationOptions Options { get; set; } public byte[] ProtocolInformation { get; set; } } }