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