1 write to idleManager
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
134
this.
idleManager
= idleManager;
6 references to idleManager
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ChannelHandler.cs (6)
135
Fx.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");
661
endpoint.DatagramChannel = new ServiceChannel(this.binder, endpoint, this.listener.ChannelDispatcher, this.
idleManager
);
688
this.channel = new ServiceChannel(this.binder, endpoint, this.listener.ChannelDispatcher, this.
idleManager
);
917
if (this.
idleManager
!= null)
919
this.
idleManager
.CancelTimer();
1103
SessionIdleManager idleManager = this.
idleManager
;