1 write to channelPool
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
378this.channelPool = new ChannelPool<IDuplexSessionChannel>(bindingElement.ChannelPoolSettings);
8 references to channelPool
System.ServiceModel (8)
System\ServiceModel\Channels\OneWayChannelFactory.cs (8)
384if (this.channelPool != null) 387return this.channelPool; 399if (this.channelPool != null) 401this.channelPool.Close(TimeSpan.Zero); 409if (this.channelPool != null) 411this.channelPool.Close(timeoutHelper.RemainingTime()); 419if (this.channelPool != null) 421this.channelPool.Close(timeoutHelper.RemainingTime());