1 write to channelPoolSettings
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
374
this.
channelPoolSettings
= bindingElement.ChannelPoolSettings.Clone();
2 references to channelPoolSettings
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
392
Fx.Assert(this.
channelPoolSettings
!= null, "Need either settings or a pool");
393
return new ChannelPool<IDuplexSessionChannel>(this.
channelPoolSettings
);