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