6 references to ServerProtocolViolation
System.Net.HttpListener (1)
System\Net\Managed\ChunkStream.cs (1)
392
WebException we = new WebException(message, null, WebExceptionStatus.
ServerProtocolViolation
, null);
System.Net.Requests (5)
System\Net\CommandStream.cs (5)
321
exception = GenerateException(SR.net_ftp_protocolerror, WebExceptionStatus.
ServerProtocolViolation
, null);
584
throw GenerateException(SR.net_ftp_protocolerror, WebExceptionStatus.
ServerProtocolViolation
, null);
593
throw GenerateException(SR.net_ftp_protocolerror, WebExceptionStatus.
ServerProtocolViolation
, null);
606
throw GenerateException(SR.Format(SR.net_ftp_response_too_large, MaxResponseLength), WebExceptionStatus.
ServerProtocolViolation
, null);
612
throw GenerateException(SR.net_ftp_protocolerror, WebExceptionStatus.
ServerProtocolViolation
, null);