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