2 overrides of CloseItem
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelPool.cs (1)
27protected override void CloseItem(TChannel item, TimeSpan timeout)
System\ServiceModel\Channels\ConnectionPool.cs (1)
645protected override void CloseItem(IConnection item, TimeSpan timeout)
2 references to CloseItem
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionPool.cs (1)
309parent.CloseItem(item, timeout);
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
41this.CloseItem(item, timeout);