1 type derived from CommunicationPool
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
13internal abstract class IdlingCommunicationPool<TKey, TItem> : CommunicationPool<TKey, TItem>
2 references to CommunicationPool
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\ConnectionPool.cs (2)
231public EndpointConnectionPool(CommunicationPool<TKey, TItem> parent, TKey key) 253protected CommunicationPool<TKey, TItem> Parent { get; }