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