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