Base:
method
Add
System.ServiceModel.Channels.CommunicationPool<TKey, TItem>.IdleConnectionPool.Add(TItem)
1 override of Add
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
109public override bool Add(TItem connection)
1 reference to Add
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
113bool result = base.Add(connection);