7 writes to m_Error
System (7)
net\System\Net\_Connection.cs (7)
507m_Error = WebExceptionStatus.Success; 1245m_Error = WebExceptionStatus.KeepAliveFailure; 1433m_Error = WebExceptionStatus.KeepAliveFailure; 2850m_Error = webException.Status; 2854m_Error = WebExceptionStatus.RequestCanceled; 2895m_Error = WebExceptionStatus.KeepAliveFailure; 3190m_Error = webExceptionStatus;
22 references to m_Error
System (22)
net\System\Net\_Connection.cs (22)
1233if (!m_KeepAlive || m_Error != WebExceptionStatus.Success || !CanBePooled) { 1242if (m_Error == WebExceptionStatus.Success) { 1257if (m_Error!=WebExceptionStatus.Success) { 1258GlobalLog.Print("Connection#" + ValidationHelper.HashString(this) + "::WriteStartNextRequest() a Failure, m_Error = " + m_Error.ToString()); 1414if (!m_KeepAlive || m_Error != WebExceptionStatus.Success || !CanBePooled) 1430if (m_Error == WebExceptionStatus.Success) { 2926GlobalLog.Enter("Connection#" + ValidationHelper.HashString(this) + "::PrepareCloseConnectionSocket", m_Error.ToString()); 2995GlobalLog.Print("m_Error = "+ m_Error.ToString()); 2999if (m_Error == WebExceptionStatus.ServerProtocolViolation) 3001string errorString = NetRes.GetWebStatusString(m_Error); 3014m_Error, 3018else if (m_Error == WebExceptionStatus.SecureChannelFailure) 3024else if (m_Error == WebExceptionStatus.Timeout) 3029else if(m_Error == WebExceptionStatus.RequestCanceled) 3036else if(m_Error == WebExceptionStatus.MessageLengthLimitExceeded || 3037m_Error == WebExceptionStatus.TrustFailure) 3039theException = new WebException(NetRes.GetWebStatusString("net_connclosed", m_Error), 3040m_Error, 3046if (m_Error == WebExceptionStatus.Success) 3062else if (m_Error == WebExceptionStatus.KeepAliveFailure) 3072theException = new WebException(NetRes.GetWebStatusString("net_connclosed", m_Error), 3073m_Error,