4 references to NoAction
System (4)
net\System\Net\WebSockets\WebSocketBase.cs (1)
1684
case WebSocketProtocolComponent.Action.
NoAction
:
net\System\Net\WebSockets\WebSocketBuffer.cs (1)
511
action != WebSocketProtocolComponent.Action.
NoAction
&&
net\System\Net\WebSockets\WebSocketProtocolComponent.cs (2)
679
action = Action.
NoAction
;
780
if (action == Action.
NoAction
)