13 references to InternalStatus
System (13)
net\System\Net\FtpWebRequest.cs (3)
615webException.InternalStatus); 842webException.InternalStatus); 1248if (!(e is WebException && ((WebException)e).InternalStatus == WebExceptionInternalStatus.Isolated))
net\System\Net\HttpWebRequest.cs (10)
1838if (webException != null && webException.InternalStatus == WebExceptionInternalStatus.ServicePointFatal) 3593if (newException != null && newException.InternalStatus != WebExceptionInternalStatus.ServicePointFatal && 3594newException.InternalStatus != WebExceptionInternalStatus.RequestFatal) 3853if (webException != null && (webException.InternalStatus == WebExceptionInternalStatus.RequestFatal || 3854webException.InternalStatus == WebExceptionInternalStatus.ServicePointFatal) && 3855(newWebException == null || newWebException.InternalStatus != WebExceptionInternalStatus.RequestFatal)) 3871(webException.InternalStatus == WebExceptionInternalStatus.Isolated || 3872webException.InternalStatus == WebExceptionInternalStatus.ServicePointFatal || 3873(webException.InternalStatus == WebExceptionInternalStatus.Recoverable && !m_OnceFailed))) 3876if (webException.InternalStatus == WebExceptionInternalStatus.Recoverable)