2 references to SetSockOpt
System.Net.Sockets (2)
System\Net\Sockets\SocketPal.Unix.cs (2)
1472
err = Interop.Sys.
SetSockOpt
(handle, optionLevel, optionName, (byte*)&optionValue, sizeof(int));
1506
Interop.Error err = Interop.Sys.
SetSockOpt
(handle, optionLevel, optionName, pinnedValue, optionValue != null ? optionValue.Length : 0);