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