7 references to NotConnected
System.Net.Ping (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
52Interop.Error.ENOTCONN => SocketError.NotConnected, 100SocketError.NotConnected => Interop.Error.ENOTCONN,
System.Net.Primitives (2)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
52Interop.Error.ENOTCONN => SocketError.NotConnected, 100SocketError.NotConnected => Interop.Error.ENOTCONN,
System.Net.Sockets (3)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
52Interop.Error.ENOTCONN => SocketError.NotConnected, 100SocketError.NotConnected => Interop.Error.ENOTCONN,
System\Net\Sockets\UDPClient.cs (1)
795throw new SocketException((int)SocketError.NotConnected);