1 write to idleManager
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
134this.idleManager = idleManager;
6 references to idleManager
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ChannelHandler.cs (6)
135Fx.Assert((this.idleManager != null) == (this.binder.HasSession && this.listener.ChannelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout != TimeSpan.MaxValue), "idle manager is present only when there is a session with a finite receive timeout"); 661endpoint.DatagramChannel = new ServiceChannel(this.binder, endpoint, this.listener.ChannelDispatcher, this.idleManager); 688this.channel = new ServiceChannel(this.binder, endpoint, this.listener.ChannelDispatcher, this.idleManager); 917if (this.idleManager != null) 919this.idleManager.CancelTimer(); 1103SessionIdleManager idleManager = this.idleManager;