1 write to channelPool
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
445this.channelPool = factory.GetChannelPool(out cleanupChannelPool);
8 references to channelPool
System.ServiceModel (8)
System\ServiceModel\Channels\OneWayChannelFactory.cs (8)
481this.channelPool.Close(TimeSpan.Zero); 489this.channelPool.Close(timeout); 497this.channelPool.Close(timeout); 570channel.Close(this.channelPool.IdleTimeout); 611this.channelPool.ReturnConnection(key, channel, connectionStillGood, timeoutHelper.RemainingTime()); 617this.channelPool.AddConnection(key, channel, timeoutHelper.RemainingTime()); 633= this.channelPool.TakeConnection(this.RemoteAddress, this.Via, timeoutHelper.RemainingTime(), out key); 648this.channelPool.ReturnConnection(key, pooledChannel, false, timeoutHelper.RemainingTime());