2 references to Cancelled
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
563
if (Interlocked.CompareExchange(ref this.asyncReceiveState, AsyncReceiveState.
Cancelled
, AsyncReceiveState.Started) == AsyncReceiveState.Started)
592
if (this.asyncReceiveState == AsyncReceiveState.
Cancelled
)