2 writes to IdleTimeout
System.ServiceModel (1)
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (1)
51settings.IdleTimeout = this.IdleTimeout;
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
84channelPoolSettings.IdleTimeout =
5 references to IdleTimeout
System.ServiceModel (4)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
367channelPoolSettings.SetProperty(AdministrationStrings.IdleTimeout, oneWay.ChannelPoolSettings.IdleTimeout);
System\ServiceModel\Channels\ChannelPool.cs (1)
18: base(settings.MaxOutboundChannelsPerEndpoint, settings.IdleTimeout, settings.LeaseTimeout)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
665this.idleTimeout = bindingElement.ChannelPoolSettings.IdleTimeout;
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (1)
63SetPropertyValueIfNotDefaultValue(ConfigurationStrings.IdleTimeout, settings.IdleTimeout);
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
430: base(settings.MaxOutboundChannelsPerEndpoint, settings.IdleTimeout, settings.LeaseTimeout)