1 write to idleTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
120this.idleTimeout = idlingCommunicationPool.idleTimeout;
6 references to idleTimeout
System.ServiceModel (6)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (6)
203idleTimer.Set(idleTimeout); 234TimeoutHelper timeoutHelper = new TimeoutHelper(TimeoutHelper.Divide(this.idleTimeout, 2)); 283idleTimer.Set(idleTimeout); 296if (now > (idlingSettings.LastUsage + this.idleTimeout)) 345TD.IdleTimeout(SR.GetString(SR.TraceCodeConnectionPoolIdleTimeoutReached, this.idleTimeout), this.parent.Key.ToString()); 351SR.GetString(SR.TraceCodeConnectionPoolIdleTimeoutReached, this.idleTimeout),