5 references to WebSocketException
System (5)
net\System\Net\WebSockets\WebSocketBase.cs (5)
427throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely, objectDisposedException); 431throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely, notSupportedException); 1455throw new WebSocketException(WebSocketError.Faulted, pendingException); 1760throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely, objectDisposedException); 1764throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely, notSupportedException);