Base:
method
CloseOutputAsync
System.Net.WebSockets.WebSocket.CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus, System.String, System.Threading.CancellationToken)
5 references to CloseOutputAsync
Microsoft.AspNetCore.Http.Connections.Tests (5)
HttpConnectionDispatcherTests.cs (2)
492
await ws.Client.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, "", default);
2863
await websocket.Client.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, "", cancellationToken: default).DefaultTimeout();
WebSocketsTests.cs (3)
298
await feature.Client.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, null, CancellationToken.None).DefaultTimeout();
332
await feature.Client.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, null, CancellationToken.None).DefaultTimeout();
386
await feature.Client.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, null, CancellationToken.None).DefaultTimeout();