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