Base:
method
Take
System.ServiceModel.Channels.CommunicationPool<TKey, TItem>.IdleConnectionPool.Take(out System.Boolean)
1 override of Take
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
140public override TItem Take(out bool closeItem)
2 references to Take
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
145TItem item = base.Take(out closeItem); 247connectionsCopy[i] = base.Take(out closeItem);