6 references to WebSocketException
System (3)
net\System\Net\WebSockets\WebSocketBase.cs (1)
1771throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely);
net\System\Net\WebSockets\WebSocketConnectionStream.cs (1)
136throw new WebSocketException(WebSocketError.NotAWebSocket);
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
526throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely);
System.ServiceModel (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
408new WebSocketException(WebSocketError.ConnectionClosedPrematurely).Message);
System.Web (2)
WebSockets\AspNetWebSocket.cs (2)
288throw new WebSocketException(WebSocketError.InvalidMessageType); 535throw new WebSocketException(WebSocketError.InvalidState);