1 type derived from IdlingCommunicationPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
599
public abstract class ConnectionPool :
IdlingCommunicationPool
<string, IConnection>
3 references to IdlingCommunicationPool
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
60
public IdleTimeoutEndpointConnectionPool(
IdlingCommunicationPool
<TKey, TItem> parent, TKey key)
119
IdlingCommunicationPool
<TKey, TItem> idlingCommunicationPool = ((
IdlingCommunicationPool
<TKey, TItem>)parent.Parent);