Base:
method
Return
System.ServiceModel.Channels.CommunicationPool<TKey, TItem>.IdleConnectionPool.Return(TItem)
1 override of Return
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
122public override bool Return(TItem connection)
2 references to Return
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
131bool result = base.Return(connection); 260bool successfulReturn = base.Return(connectionsCopy[i]);