1 write to LastUsage
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
134
_connectionMapping[connection].
LastUsage
= DateTime.UtcNow;
1 reference to LastUsage
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
283
if (now > (idlingSettings.
LastUsage
+ _idleTimeout))