1 write to throttle
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
59this.throttle = throttle;
6 references to throttle
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ListenerHandler.cs (6)
60if (!((this.throttle != null))) 415if ((this.channel != null) && (this.throttle != null) && (this.channelDispatcher.Session)) 417return this.throttle.AcquireSession(this); 557ChannelHandler handler = new ChannelHandler(listenerBinder.MessageVersion, channel.Binder, this.throttle, this, (channel.Throttle != null), this.wrappedTransaction, idleManager); 594if (this.throttle != null && this.channelDispatcher.Session) 596this.throttle.DeactivateChannel();