7 references to WebSocketException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
101new 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)
1620throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely);
System.Net.WebSockets.Client (3)
System\Net\WebSockets\WebSocketHandle.Managed.cs (3)
85throw new WebSocketException(WebSocketError.UnsupportedProtocol); 97throw new WebSocketException(WebSocketError.UnsupportedProtocol); 475throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely);
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
85new WebSocketException(WebSocketError.ConnectionClosedPrematurely).Message);