5 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);
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\WebSocketsTransport.cs (2)
602
await socket.CloseOutputAsync(error != null ? WebSocketCloseStatus.
InternalServerError
: WebSocketCloseStatus.NormalClosure, "", _stopCts.Token).ConfigureAwait(false);
608
await socket.CloseAsync(error != null ? WebSocketCloseStatus.
InternalServerError
: WebSocketCloseStatus.NormalClosure, "", _stopCts.Token).ConfigureAwait(false);
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
: