6 references to ServerProtocolViolation
System (6)
net\System\Net\_CommandStream.cs (4)
342exception = GenerateException(WebExceptionStatus.ServerProtocolViolation, null); 589throw GenerateException(WebExceptionStatus.ServerProtocolViolation, null); 597throw GenerateException(WebExceptionStatus.ServerProtocolViolation, null); 611throw GenerateException(WebExceptionStatus.ServerProtocolViolation, null);
net\System\Net\_Connection.cs (2)
2999if (m_Error == WebExceptionStatus.ServerProtocolViolation) 3506HandleErrorWithReadDone(WebExceptionStatus.ServerProtocolViolation, ref returnResult);