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