1 instantiation of AspNetWebSocketManager
System.Web (1)
WebSockets\AspNetWebSocketManager.cs (1)
19public static readonly AspNetWebSocketManager Current = new AspNetWebSocketManager(PerfCounters.Instance);
5 references to AspNetWebSocketManager
System.Web (5)
Hosting\HostingEnvironment.cs (1)
723AspNetWebSocketManager.Current.AbortAllAndWait();
WebSocketPipeline.cs (2)
101AspNetWebSocketManager.Current.Add(webSocket); 144AspNetWebSocketManager.Current.Remove(webSocket);
WebSockets\AspNetWebSocketContext.cs (1)
52get { return AspNetWebSocketManager.Current.ActiveSocketCount; }
WebSockets\AspNetWebSocketManager.cs (1)
19public static readonly AspNetWebSocketManager Current = new AspNetWebSocketManager(PerfCounters.Instance);