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