1 type derived from EndpointConnectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
56
protected class IdleTimeoutEndpointConnectionPool :
EndpointConnectionPool
1 instantiation of EndpointConnectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
56
return new
EndpointConnectionPool
(this, key);
13 references to EndpointConnectionPool
System.ServiceModel (13)
System\ServiceModel\Channels\ConnectionPool.cs (11)
21
Dictionary<TKey,
EndpointConnectionPool
> endpointPools;
31
this.endpointPools = new Dictionary<TKey,
EndpointConnectionPool
>();
54
protected virtual
EndpointConnectionPool
CreateEndpointConnectionPool(TKey key)
90
foreach (
EndpointConnectionPool
pool in endpointPools.Values)
97
foreach (KeyValuePair<TKey,
EndpointConnectionPool
> poolEntry in endpointPools)
122
EndpointConnectionPool
GetEndpointPool(TKey key, TimeSpan timeout)
124
EndpointConnectionPool
result = null;
174
foreach (
EndpointConnectionPool
pool in endpointPools.Values)
206
EndpointConnectionPool
endpointPool = GetEndpointPool(key, timeoutHelper.RemainingTime());
214
EndpointConnectionPool
endpointPool = GetEndpointPool(key, timeoutHelper.RemainingTime());
221
EndpointConnectionPool
endpointPool = GetEndpointPool(key, timeoutHelper.RemainingTime());
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
44
protected override
EndpointConnectionPool
CreateEndpointConnectionPool(TKey key)
System\ServiceModel\Channels\NamedPipeConnectionPool.cs (1)
35
protected override
EndpointConnectionPool
CreateEndpointConnectionPool(string key)