16 references to ChannelState
System.Web (16)
WebSockets\AspNetWebSocket.cs (16)
93internal ChannelState _receiveState; 94internal ChannelState _sendState; 252if (_sendState != ChannelState.Closed) { 255if (_receiveState != ChannelState.Closed) { 320if (_sendState == ChannelState.Closed) { 326_sendState = ChannelState.Busy; 339_sendState = ChannelState.Closed; 387_receiveState = ChannelState.Busy; 402_receiveState = ChannelState.Closed; 421_receiveState = ChannelState.Ready; 456_sendState = ChannelState.Busy; 469_sendState = ChannelState.Ready; 541case ChannelState.Busy: 544case ChannelState.Closed: 552case ChannelState.Busy: 555case ChannelState.Closed: