16 references to ChannelState
System.Web (16)
WebSockets\AspNetWebSocket.cs (16)
93
internal
ChannelState
_receiveState;
94
internal
ChannelState
_sendState;
252
if (_sendState !=
ChannelState
.Closed) {
255
if (_receiveState !=
ChannelState
.Closed) {
320
if (_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;
541
case
ChannelState
.Busy:
544
case
ChannelState
.Closed:
552
case
ChannelState
.Busy:
555
case
ChannelState
.Closed: