4 references to FlowThrottle
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1654
this.throttle = new
FlowThrottle
(scheduleAcceptStatic, maxPendingSessions, null, null);
System\ServiceModel\Dispatcher\ServiceThrottle.cs (3)
59
FlowThrottle callsFt = new
FlowThrottle
(this.GotCall, ServiceThrottle.DefaultMaxConcurrentCallsCpuCount,
83
FlowThrottle sessionsFt = new
FlowThrottle
(this.GotSession, ServiceThrottle.DefaultMaxConcurrentSessionsCpuCount,
187
FlowThrottle instanceContextsFt = new
FlowThrottle
(this.GotInstanceContext, Int32.MaxValue,