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)
252
if (
_sendState
!= ChannelState.Closed) {
320
if (
_sendState
== ChannelState.Closed) {
540
switch (
_sendState
) {