8 instantiations of 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);
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
'/>