5 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 (4)
System\Net\CommandStream.cs (4)
319
exception = GenerateException(SR.net_ftp_protocolerror, WebExceptionStatus.
ServerProtocolViolation
, null);
582
throw GenerateException(SR.net_ftp_protocolerror, WebExceptionStatus.
ServerProtocolViolation
, null);
591
throw GenerateException(SR.net_ftp_protocolerror, WebExceptionStatus.
ServerProtocolViolation
, null);
605
throw GenerateException(SR.net_ftp_protocolerror, WebExceptionStatus.
ServerProtocolViolation
, null);