1 override of CreateEndpointConnectionPool
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
33protected override EndpointConnectionPool CreateEndpointConnectionPool(TKey key)
2 references to CreateEndpointConnectionPool
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\ConnectionPool.cs (1)
127result = CreateEndpointConnectionPool(key);
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
41return base.CreateEndpointConnectionPool(key);