3 references to ENOTCONN
System.Net.Sockets (3)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
66{ Interop.Error.ENOTCONN, SocketError.NotConnected }, 113{ SocketError.NotConnected, Interop.Error.ENOTCONN },
System\Net\Sockets\SocketPal.Unix.cs (1)
2061if (err == Interop.Error.ENOTCONN && (isConnected || isDisconnected))