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