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