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