4 writes to _sendState
System.Web (4)
WebSockets\AspNetWebSocket.cs (4)
326_sendState = ChannelState.Busy; 339_sendState = ChannelState.Closed; 456_sendState = ChannelState.Busy; 469_sendState = ChannelState.Ready;
3 references to _sendState
System.Web (3)
WebSockets\AspNetWebSocket.cs (3)
252if (_sendState != ChannelState.Closed) { 320if (_sendState == ChannelState.Closed) { 540switch (_sendState) {