6 references to WebSocketException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
101
new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely).Message);
Microsoft.AspNetCore.Http.Connections.Tests (1)
TestWebSocketConnectionFeature.cs (1)
91
_output.TryComplete(new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely));
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.cs (1)
1620
throw new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely);
System.Net.WebSockets.Client (3)
System\Net\WebSockets\WebSocketHandle.Managed.cs (3)
85
throw new
WebSocketException
(WebSocketError.UnsupportedProtocol);
97
throw new
WebSocketException
(WebSocketError.UnsupportedProtocol);
475
throw new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely);