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