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