5 references to WebSocketException
System.Net.WebSockets (5)
System\Net\WebSockets\ManagedWebSocket.cs (5)
549
new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely, exc));
590
new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely, exc);
630
new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely, exc);
1038
throw new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely, exc);
1291
new
WebSocketException
(error, innerException);