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