1 instantiation of IdleTimeoutEndpointConnectionPool
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
37
return new
IdleTimeoutEndpointConnectionPool
(this, key);
2 references to IdleTimeoutEndpointConnectionPool
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
86
private
IdleTimeoutEndpointConnectionPool
_parent;
98
public IdleTimeoutIdleConnectionPool(
IdleTimeoutEndpointConnectionPool
parent, object thisLock)