1 type derived from IdleTimeoutEndpointConnectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\NamedPipeConnectionPool.cs (1)
69protected class NamedPipeEndpointConnectionPool : IdleTimeoutEndpointConnectionPool
1 instantiation of IdleTimeoutEndpointConnectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
48return new IdleTimeoutEndpointConnectionPool(this, key);
2 references to IdleTimeoutEndpointConnectionPool
System.ServiceModel (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
103IdleTimeoutEndpointConnectionPool parent; 115public IdleTimeoutIdleConnectionPool(IdleTimeoutEndpointConnectionPool parent, object thisLock)