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