14 references to Status
System (9)
net\System\Net\_Connection.cs (4)
1095ws = ((WebException)exception).Status; 1200ws = webException.Status; 2850m_Error = webException.Status; 3766ws = ((WebException)exception).Status;
net\System\Net\FtpWebRequest.cs (3)
613webException.Status, 840webException.Status, 1294m_Exception = new WebException(exception.Message, null, ((WebException)exception).Status, m_FtpWebResponse);
net\System\Net\HttpWebRequest.cs (2)
1866if (e.Status == WebExceptionStatus.PipelineFailure || e.Status == WebExceptionStatus.KeepAliveFailure) {
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
511if (webException.Status == WebExceptionStatus.Timeout)
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
3504if (webException.Status == WebExceptionStatus.Success || 3505webException.Status == WebExceptionStatus.ProtocolError) 3590switch (webException.Status) 3637switch (webException.Status)