9 references to ConnectionClosedPrematurely
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
101
new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
).Message);
Microsoft.AspNetCore.Http.Connections (1)
Internal\Transports\WebSocketsServerTransport.cs (1)
173
catch (WebSocketException ex) when (ex.WebSocketErrorCode == WebSocketError.
ConnectionClosedPrematurely
)
System.Net.WebSockets (6)
System\Net\WebSockets\ManagedWebSocket.cs (5)
544
ExceptionDispatchInfo.SetCurrentStackTrace(new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
, exc)));
585
new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
, exc);
625
new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
, exc);
1033
throw new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
, exc);
1637
throw new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
);
System\Net\WebSockets\WebSocketException.cs (1)
141
WebSocketError.
ConnectionClosedPrematurely
=> SR.net_WebSockets_ConnectionClosedPrematurely_Generic,
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
85
new WebSocketException(WebSocketError.
ConnectionClosedPrematurely
).Message);