2 overrides of AbortItem
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelPool.cs (1)
22protected override void AbortItem(TChannel item)
System\ServiceModel\Channels\ConnectionPool.cs (1)
640protected override void AbortItem(IConnection item)
1 reference to AbortItem
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
302parent.AbortItem(item);