4 references to Current
System.Web (4)
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; }