5 references to WebSocketException
Aspire.Hosting.Browsers.Tests (2)
BrowserConnectionDiagnosticsLoggerTests.cs (1)
30
new InvalidOperationException("Connecting to the tracked browser debug endpoint failed.", new
WebSocketException
("Connection refused")));
BrowserLogsCdpConnectionTests.cs (1)
20
var connectException = new
WebSocketException
("Connection refused");
System.Net.WebSockets (3)
System\Net\WebSockets\Compression\WebSocketDeflater.cs (1)
204
throw new
WebSocketException
(message);
System\Net\WebSockets\Compression\WebSocketInflater.cs (2)
166
throw new
WebSocketException
(SR.net_WebSockets_DataAfterBFinal);
266
throw new
WebSocketException
(message);