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