2 writes to MaxConcurrentSessions
System.ServiceModel (2)
System\ServiceModel\Channels\PeerService.cs (1)
87throttle.MaxConcurrentSessions = this.config.MaxConcurrentSessions;
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (1)
65behavior.MaxConcurrentSessions = this.MaxConcurrentSessions;
1 reference to MaxConcurrentSessions
System.ServiceModel (1)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
320instance.SetProperty(AdministrationStrings.MaxConcurrentSessions, throttlingBehavior.MaxConcurrentSessions);