2 references to SetIsNonBlocking
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncContext.Unix.cs (2)
1365
if (Interop.Sys.Fcntl.
SetIsNonBlocking
(_socket, 1) != 0)
1386
if (Interop.Sys.Fcntl.
SetIsNonBlocking
(_socket, 0) == 0)