1 write to receiveTimer
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
546this.receiveTimer = new IOThreadTimer(onAsyncReceiveCancelled, this, true);
2 references to receiveTimer
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
580this.receiveTimer.Set(timeout); 600this.receiveTimer.Cancel();