2 references to NotConnected
System (2)
net\System\Net\Sockets\TCPClient.cs (1)
305
throw new SocketException(SocketError.
NotConnected
);
net\System\Net\Sockets\UDPClient.cs (1)
422
throw new SocketException(SocketError.
NotConnected
);