8 references to ConnectionClosedPrematurely
System (7)
net\System\Net\WebSockets\WebSocketBase.cs (5)
427throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely, objectDisposedException); 431throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely, notSupportedException); 1760throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely, objectDisposedException); 1764throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely, notSupportedException); 1771throw new WebSocketException(WebSocketError.ConnectionClosedPrematurely);
net\System\Net\WebSockets\WebSocketException.cs (1)
173case WebSocketError.ConnectionClosedPrematurely:
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);