9 references to ProtocolError
dotnet-svcutil-lib (2)
Metadata\HttpAuthenticationHelper.cs (1)
52if (webException != null && webException.Status == WebExceptionStatus.ProtocolError)
Metadata\MetadaExchangeResolver.cs (1)
293throw new WebException(errorMsg, null, WebExceptionStatus.ProtocolError, webResponse);
System.Net.Requests (7)
System\Net\CommandStream.cs (1)
145innerException, WebExceptionStatus.ProtocolError, null);
System\Net\FtpControlStream.cs (4)
115throw new WebException(SR.net_ftp_active_address_different, WebExceptionStatus.ProtocolError); 261throw new WebException(SR.net_InvalidStatusCode, WebExceptionStatus.ProtocolError); 748throw new WebException(SR.net_ftp_active_address_different, WebExceptionStatus.ProtocolError); 1141throw GenerateException(SR.net_ftp_protocolerror, WebExceptionStatus.ProtocolError, e); // could not open data connection
System\Net\FtpWebRequest.cs (1)
1116_exception = new WebException(SR.Format(SR.net_ftp_servererror, connection.StatusLine), exception, WebExceptionStatus.ProtocolError, _ftpWebResponse);
System\Net\HttpWebRequest.cs (1)
1264WebExceptionStatus.ProtocolError,