Base:
method
CloseOutputAsync
System.Net.WebSockets.WebSocket.CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus, System.String, System.Threading.CancellationToken)
1 reference to CloseOutputAsync
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisEndToEnd.cs (1)
289await ws.CloseOutputAsync(WebSocketCloseStatus.InternalServerError, statusDescription: null, default);