2 references to ChannelPool
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
378
this.channelPool = new
ChannelPool
<IDuplexSessionChannel>(bindingElement.ChannelPoolSettings);
393
return new
ChannelPool
<IDuplexSessionChannel>(this.channelPoolSettings);