11 references to GetWebStatusString
System (11)
net\System\Net\_Connection.cs (1)
3001string errorString = NetRes.GetWebStatusString(m_Error);
net\System\Net\filewebrequest.cs (2)
381Exception e = new WebException(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout); 410Exception e = new WebException(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout);
net\System\Net\FtpWebRequest.cs (4)
591throw new WebException(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout); 911throw new WebException(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout); 1098throw new WebException(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout); 1200throw new WebException(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout);
net\System\Net\HttpWebRequest.cs (1)
3264((HttpWebRequest) context).Abort(new WebException(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout), AbortState.Public);
net\System\Net\ServicePoint.cs (2)
275NetRes.GetWebStatusString(ws), 1267NetRes.GetWebStatusString(ws),
net\System\Net\ServicePointManager.cs (1)
713Exception exception = new WebException(NetRes.GetWebStatusString(WebExceptionStatus.RequestCanceled), WebExceptionStatus.RequestCanceled);