1 type derived from IdlingCommunicationPool
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
606internal class ConnectionPool : IdlingCommunicationPool<string, IConnection>
3 references to IdlingCommunicationPool
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
49public IdleTimeoutEndpointConnectionPool(IdlingCommunicationPool<TKey, TItem> parent, TKey key) 102IdlingCommunicationPool<TKey, TItem> idlingCommunicationPool = ((IdlingCommunicationPool<TKey, TItem>)parent.Parent);