8 instantiations of 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);
5 references to ProtocolViolationException
netstandard (1)
netstandard.cs (1)
1238[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ProtocolViolationException))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
730[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ProtocolViolationException))]
System.Net (1)
System.Net.cs (1)
35[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ProtocolViolationException))]
System.Net.Requests (2)
System\Net\ProtocolViolationException.cs (2)
21/// Creates a new instance of the <see cref='System.Net.ProtocolViolationException'/>class. 30/// Creates a new instance of the <see cref='System.Net.ProtocolViolationException'/>