1 implementation of AbortAsync
System.Web (1)
WebSockets\AspNetWebSocket.cs (1)
612
Task IAsyncAbortableWebSocket.
AbortAsync
() {
2 references to AbortAsync
System.Web (2)
WebSockets\AspNetWebSocketManager.cs (2)
49
Task[] abortTasks = Array.ConvertAll(sockets, socket => socket.
AbortAsync
());
68
webSocket.
AbortAsync
(); // don't care about the result of the abort at the present time