1 write to idleTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
24this.idleTimeout = idleTimeout;
3 references to idleTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
30get { return this.idleTimeout; } 46if (idleTimeout != TimeSpan.MaxValue || leaseTimeout != TimeSpan.MaxValue) 120this.idleTimeout = idlingCommunicationPool.idleTimeout;