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