Base:
method
CloseOutputAsync
System.Net.WebSockets.WebSocket.CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus, System.String, System.Threading.CancellationToken)
7 references to CloseOutputAsync
Microsoft.AspNetCore.Http.Connections.Tests (1)
MapConnectionHandlerTests.cs (1)
404
await client.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, "", CancellationToken.None).DefaultTimeout();
Microsoft.AspNetCore.SignalR.Tests (2)
EndToEndTests.cs (2)
114
await ws.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, "", CancellationToken.None).DefaultTimeout();
153
await ws.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, "", CancellationToken.None).DefaultTimeout();
Microsoft.AspNetCore.WebSockets.Tests (2)
WebSocketMiddlewareTests.cs (2)
364
await client.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, closeDescription, CancellationToken.None);
452
await client.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, closeDescription, CancellationToken.None);
WebSocketSample (2)
Program.cs (2)
41
await ws.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, "", CancellationToken.None);
66
await ws.
CloseOutputAsync
(WebSocketCloseStatus.NormalClosure, "", CancellationToken.None);