3 references to DefaultMaxConcurrentSessions
System.ServiceModel (3)
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (2)
26
[ConfigurationProperty(ConfigurationStrings.MaxConcurrentSessions, DefaultValue = ServiceThrottle.
DefaultMaxConcurrentSessions
)]
34
[ConfigurationProperty(ConfigurationStrings.MaxConcurrentInstances, DefaultValue = ServiceThrottle.DefaultMaxConcurrentCalls + ServiceThrottle.
DefaultMaxConcurrentSessions
)]
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
23
internal static int DefaultMaxConcurrentSessionsCpuCount =
DefaultMaxConcurrentSessions
* OSEnvironmentHelper.ProcessorCount;