1 write to calls
System.ServiceModel (1)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (1)
34
this.
calls
= value;
4 references to calls
System.ServiceModel (4)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (4)
28
get { return this.
calls
; }
63
this.instances = this.
calls
+ this.sessions;
96
serviceThrottle.MaxConcurrentCalls = this.
calls
;
109
throttle.MaxConcurrentCalls = this.
calls
;