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