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