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