5 references to Isolated
System (5)
net\System\Net\_Connection.cs (1)
3074(isolatedKeepAliveFailure? WebExceptionInternalStatus.Isolated:
net\System\Net\_ConnectStream.cs (1)
2294m_Connection.AtLeastOneResponseReceived ? WebExceptionInternalStatus.Isolated : WebExceptionInternalStatus.RequestFatal,
net\System\Net\FtpWebRequest.cs (1)
1248if (!(e is WebException && ((WebException)e).InternalStatus == WebExceptionInternalStatus.Isolated))
net\System\Net\HttpWebRequest.cs (1)
3871(webException.InternalStatus == WebExceptionInternalStatus.Isolated ||
net\System\Net\Internal.cs (1)
981return new WebException(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.KeepAliveFailure),WebExceptionStatus.KeepAliveFailure, WebExceptionInternalStatus.Isolated, null);