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