1 override of CreateEndpointConnectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
44protected override EndpointConnectionPool CreateEndpointConnectionPool(TKey key)
2 references to CreateEndpointConnectionPool
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionPool.cs (1)
131result = CreateEndpointConnectionPool(key);
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
52return base.CreateEndpointConnectionPool(key);