8 references to ProtocolViolationException
System.Net.HttpListener (2)
System\Net\HttpListenerResponse.cs (1)
66throw new ProtocolViolationException(SR.net_nochunkuploadonhttp10);
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
82throw new ProtocolViolationException(SR.net_invalidstatus);
System.Net.Requests (6)
System\Net\FileWebRequest.cs (1)
122throw new ProtocolViolationException(SR.net_nouploadonget);
System\Net\FtpWebRequest.cs (2)
722throw new ProtocolViolationException(SR.net_nouploadonget); 775throw new ProtocolViolationException(SR.net_nouploadonget);
System\Net\HttpWebRequest.cs (2)
1079throw new ProtocolViolationException(SR.net_nouploadonget); 1612throw new ProtocolViolationException(SR.net_baddate);
System\Net\HttpWebResponse.cs (1)
158throw new ProtocolViolationException(SR.net_baddate);