4 references to TimedOut
System (4)
net\System\Net\_Connection.cs (1)
3374if (socketException.ErrorCode == (int) SocketError.TimedOut)
net\System\Net\_ConnectStream.cs (1)
1432if (win32Exception != null && win32Exception.NativeErrorCode == (int)SocketError.TimedOut)
net\System\Net\FtpWebRequest.cs (1)
1132if (sEx.ErrorCode == (int)SocketError.TimedOut) {
net\System\Net\Sockets\Socket.cs (1)
7440errorCode != SocketError.TimedOut)))