1 type derived from CommunicationPool
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
14: CommunicationPool<TKey, TItem>
3 references to CommunicationPool
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionPool.cs (3)
240CommunicationPool<TKey, TItem> parent; 242public EndpointConnectionPool(CommunicationPool<TKey, TItem> parent, TKey key) 267protected CommunicationPool<TKey, TItem> Parent