1 write to _idleManager
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
107
_idleManager
= idleManager;
6 references to _idleManager
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (6)
108
Fx.Assert((
_idleManager
!= null) == (_binder.HasSession && _listener.ChannelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout != TimeSpan.MaxValue), "idle manager is present only when there is a session with a finite receive timeout");
431
endpoint.DatagramChannel = new ServiceChannel(_binder, endpoint, _listener.ChannelDispatcher,
_idleManager
);
458
_channel = new ServiceChannel(_binder, endpoint, _listener.ChannelDispatcher,
_idleManager
);
663
if (
_idleManager
!= null)
665
_idleManager
.CancelTimer();
785
SessionIdleManager idleManager =
_idleManager
;