3 references to WebSocketException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
101new WebSocketException(WebSocketError.ConnectionClosedPrematurely).Message);
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.cs (1)
1637throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely);
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
85new WebSocketException(WebSocketError.ConnectionClosedPrematurely).Message);