6 references to ServicePointFatal
System (6)
net\System\Net\HttpWebRequest.cs (4)
1838if (webException != null && webException.InternalStatus == WebExceptionInternalStatus.ServicePointFatal) 3593if (newException != null && newException.InternalStatus != WebExceptionInternalStatus.ServicePointFatal && 3854webException.InternalStatus == WebExceptionInternalStatus.ServicePointFatal) && 3872webException.InternalStatus == WebExceptionInternalStatus.ServicePointFatal ||
net\System\Net\ServicePoint.cs (2)
280WebExceptionInternalStatus.ServicePointFatal); 1272WebExceptionInternalStatus.ServicePointFatal);