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