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