5 references to SocketInformationOptions
netstandard (1)
netstandard.cs (1)
1275[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketInformationOptions))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
765[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketInformationOptions))]
System.Net.Sockets (3)
System\Net\Sockets\SocketInformation.cs (3)
9public SocketInformationOptions Options { get; set; } 11internal void SetOption(SocketInformationOptions option, bool value) 17internal bool GetOption(SocketInformationOptions option)