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