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