5 writes to MaxConcurrentCalls
System.ServiceModel (5)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (2)
96
serviceThrottle.
MaxConcurrentCalls
= this.calls;
109
throttle.
MaxConcurrentCalls
= this.calls;
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
43
this.
MaxConcurrentCalls
= ServiceThrottle.DefaultMaxConcurrentCallsCpuCount;
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
995
channelDispatcher.ServiceThrottle.
MaxConcurrentCalls
= this.authenticator.MaximumConcurrentNegotiations;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1184
channelDispatcher.ServiceThrottle.
MaxConcurrentCalls
= this.authenticator.MaximumConcurrentNegotiations;
3 references to MaxConcurrentCalls
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
145
if (null != throttle && throttle.
MaxConcurrentCalls
> 1)
147
maxConcurrentBatches = throttle.
MaxConcurrentCalls
;
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
439
TD.ConcurrentCallsRatio(count, this.
MaxConcurrentCalls
);