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