17 references to ProtocolError
System (11)
net\System\Net\_CommandStream.cs (1)
172innerException,WebExceptionStatus.ProtocolError,null );
net\System\Net\_FtpControlStream.cs (4)
128throw new WebException(SR.GetString(SR.net_ftp_active_address_different), WebExceptionStatus.ProtocolError); 268throw new WebException(SR.GetString(SR.net_InvalidStatusCode), WebExceptionStatus.ProtocolError); 743throw new WebException(SR.GetString(SR.net_ftp_active_address_different), WebExceptionStatus.ProtocolError); 1138throw GenerateException(WebExceptionStatus.ProtocolError, e); // could not open data connection
net\System\Net\FtpWebRequest.cs (1)
1303m_Exception = new WebException(SR.GetString(SR.net_servererror, connection.StatusLine), exception, WebExceptionStatus.ProtocolError, m_FtpWebResponse);
net\System\Net\HttpWebRequest.cs (5)
3915WebExceptionStatus.ProtocolError, 5623e = new WebException(message, innerException, WebExceptionStatus.ProtocolError, _HttpResponse); 5668WebExceptionStatus.ProtocolError, 5912e = new WebException(SR.GetString(SR.net_need_writebuffering), null, WebExceptionStatus.ProtocolError, _HttpResponse); 5934WebExceptionStatus.ProtocolError, _HttpResponse));
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3505webException.Status == WebExceptionStatus.ProtocolError) 3608case WebExceptionStatus.ProtocolError:
System.Web.Services (4)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (1)
255throw new WebException(Res.GetString(Res.ThereWasAnErrorDownloading0, url), new WebException(errorMessage, null, WebExceptionStatus.ProtocolError, response));
System\Web\Services\Protocols\HttpClientProtocol.cs (1)
332WebExceptionStatus.ProtocolError, httpResponse);
System\Web\Services\Protocols\SoapClientProtocol.cs (2)
599WebExceptionStatus.ProtocolError, httpResponse); 621WebExceptionStatus.ProtocolError, httpResponse);