5 writes to MaxConcurrentSessions
System.ServiceModel (5)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (2)
97serviceThrottle.MaxConcurrentSessions = this.sessions; 110throttle.MaxConcurrentSessions = this.sessions;
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
44this.MaxConcurrentSessions = ServiceThrottle.DefaultMaxConcurrentSessionsCpuCount;
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
996channelDispatcher.ServiceThrottle.MaxConcurrentSessions = this.authenticator.MaximumConcurrentNegotiations;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1185channelDispatcher.ServiceThrottle.MaxConcurrentSessions = this.authenticator.MaximumConcurrentNegotiations;
1 reference to MaxConcurrentSessions
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
475TD.ConcurrentSessionsRatio(count, this.MaxConcurrentSessions);