2 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);
3 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
))]