1 write to MaxConcurrentSessions
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (1)
49this.MaxConcurrentSessions = source.MaxConcurrentSessions;
2 references to MaxConcurrentSessions
System.ServiceModel (2)
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (2)
49this.MaxConcurrentSessions = source.MaxConcurrentSessions; 65behavior.MaxConcurrentSessions = this.MaxConcurrentSessions;