8 references to ConnectionClosedPrematurely
System (7)
net\System\Net\WebSockets\WebSocketBase.cs (5)
427
throw new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
, objectDisposedException);
431
throw new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
, notSupportedException);
1760
throw new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
, objectDisposedException);
1764
throw new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
, notSupportedException);
1771
throw new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
);
net\System\Net\WebSockets\WebSocketException.cs (1)
173
case WebSocketError.
ConnectionClosedPrematurely
:
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
526
throw new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
);
System.ServiceModel (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
408
new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
).Message);