1 write to LastUsage
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
151
this.connectionMapping[connection].
LastUsage
= DateTime.UtcNow;
1 reference to LastUsage
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
296
if (now > (idlingSettings.
LastUsage
+ this.idleTimeout))