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