2 references to WebSocketException
System.Net.WebSockets (2)
System\Net\WebSockets\Compression\WebSocketDeflater.cs (1)
218
throw new
WebSocketException
(ex.Message, ex.InnerException);
System\Net\WebSockets\Compression\WebSocketInflater.cs (1)
264
throw new
WebSocketException
(ex.Message, ex.InnerException);