1 write to Throttle
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
268listener.Channel.Throttle = this;
2 references to Throttle
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
557ChannelHandler handler = new ChannelHandler(listenerBinder.MessageVersion, channel.Binder, this.throttle, this, (channel.Throttle != null), this.wrappedTransaction, idleManager);
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
266if ((this.sessions != null) && (listener.Channel != null) && (listener.Channel.Throttle == null))