5 references to DefaultMaxConcurrentSessionsCpuCount
System.ServiceModel (5)
System\ServiceModel\Channels\TransportDefaults.cs (1)
507internal static readonly int MaxPendingConnectionsCpuCount = ServiceThrottle.DefaultMaxConcurrentSessionsCpuCount;
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (2)
19internal static int DefaultMaxConcurrentInstances = ServiceThrottle.DefaultMaxConcurrentCallsCpuCount + ServiceThrottle.DefaultMaxConcurrentSessionsCpuCount; 22int sessions = ServiceThrottle.DefaultMaxConcurrentSessionsCpuCount;
System\ServiceModel\Dispatcher\ServiceThrottle.cs (2)
44this.MaxConcurrentSessions = ServiceThrottle.DefaultMaxConcurrentSessionsCpuCount; 83FlowThrottle sessionsFt = new FlowThrottle(this.GotSession, ServiceThrottle.DefaultMaxConcurrentSessionsCpuCount,