1 write to throttle
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
73this.throttle = throttle;
2 references to throttle
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
241return (channel != null) && this.throttle.AcquireSession(this); 427this.parent.throttle.DeactivateChannel();