7 references to Closed
System.Web (7)
WebSockets\AspNetWebSocket.cs (7)
252if (_sendState != ChannelState.Closed) { 255if (_receiveState != ChannelState.Closed) { 320if (_sendState == ChannelState.Closed) { 339_sendState = ChannelState.Closed; 402_receiveState = ChannelState.Closed; 544case ChannelState.Closed: 555case ChannelState.Closed: