3 references to InternalServerError
Microsoft.AspNetCore.Http.Connections (1)
Internal\Transports\WebSocketsServerTransport.cs (1)
281await socket.CloseOutputAsync(error != null ? WebSocketCloseStatus.InternalServerError : WebSocketCloseStatus.NormalClosure, "", CancellationToken.None);
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.cs (1)
1264case WebSocketCloseStatus.InternalServerError:
System.Net.WebSockets.Client (1)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (1)
500case WebSocketCloseStatus.InternalServerError: