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