8 references to ProtocolViolationException
System.Net.HttpListener (2)
System\Net\HttpListenerResponse.cs (1)
66
throw new
ProtocolViolationException
(SR.net_nochunkuploadonhttp10);
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
82
throw new
ProtocolViolationException
(SR.net_invalidstatus);
System.Net.Requests (6)
System\Net\FileWebRequest.cs (1)
124
throw new
ProtocolViolationException
(SR.net_nouploadonget);
System\Net\FtpWebRequest.cs (2)
725
throw new
ProtocolViolationException
(SR.net_nouploadonget);
778
throw new
ProtocolViolationException
(SR.net_nouploadonget);
System\Net\HttpWebRequest.cs (2)
1081
throw new
ProtocolViolationException
(SR.net_nouploadonget);
1614
throw new
ProtocolViolationException
(SR.net_baddate);
System\Net\HttpWebResponse.cs (1)
158
throw new
ProtocolViolationException
(SR.net_baddate);