1 implementation of IAsyncAbortableWebSocket
System.Web (1)
WebSockets\AspNetWebSocket.cs (1)
65public sealed class AspNetWebSocket : WebSocket, IAsyncAbortableWebSocket {
6 references to IAsyncAbortableWebSocket
System.Web (6)
WebSockets\AspNetWebSocket.cs (1)
612Task IAsyncAbortableWebSocket.AbortAsync() {
WebSockets\AspNetWebSocketManager.cs (5)
22internal readonly HashSet<IAsyncAbortableWebSocket> _activeSockets = new HashSet<IAsyncAbortableWebSocket>(); // internal only for unit testing purposes 43IAsyncAbortableWebSocket[] sockets; 54public void Add(IAsyncAbortableWebSocket webSocket) { 73public void Remove(IAsyncAbortableWebSocket webSocket) {