2 writes to MaxConcurrentCalls
System.ServiceModel (2)
System\ServiceModel\Channels\PeerService.cs (1)
86
throttle.
MaxConcurrentCalls
= this.config.MaxPendingIncomingCalls;
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (1)
60
behavior.
MaxConcurrentCalls
= this.MaxConcurrentCalls;
1 reference to MaxConcurrentCalls
System.ServiceModel (1)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
319
instance.SetProperty(AdministrationStrings.MaxConcurrentCalls, throttlingBehavior.
MaxConcurrentCalls
);