8 references to WebSocketException
System.Net.WebSockets (5)
System\Net\WebSockets\ManagedWebSocket.cs (5)
544ExceptionDispatchInfo.SetCurrentStackTrace(new WebSocketException(WebSocketError.ConnectionClosedPrematurely, exc))); 585new WebSocketException(WebSocketError.ConnectionClosedPrematurely, exc); 625new WebSocketException(WebSocketError.ConnectionClosedPrematurely, exc); 1033throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely, exc); 1306new WebSocketException(error, innerException);
System.Net.WebSockets.Client (3)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (3)
411throw new WebSocketException(WebSocketError.NativeError, ex); 456throw new WebSocketException(WebSocketError.NativeError, ex); 601throw new WebSocketException(WebSocketError.NativeError, ex);