6 writes to ServiceThrottle
System.ServiceModel (5)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
451
channelDispatcher.
ServiceThrottle
= owner.ServiceThrottle;
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (2)
113
channelDispatcher.
ServiceThrottle
= throttle;
117
channelDispatcher.
ServiceThrottle
= serviceThrottle;
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
994
channelDispatcher.
ServiceThrottle
= new ServiceThrottle(this);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1183
channelDispatcher.
ServiceThrottle
= new ServiceThrottle(this);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
233
ServiceThrottle
= workflowServiceHost.ServiceThrottle
5 references to ServiceThrottle
System.ServiceModel (5)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (1)
105
if (serviceThrottle != channelDispatcher.
ServiceThrottle
&& channelDispatcher.IsServiceThrottleReplaced)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
995
channelDispatcher.
ServiceThrottle
.MaxConcurrentCalls = this.authenticator.MaximumConcurrentNegotiations;
996
channelDispatcher.
ServiceThrottle
.MaxConcurrentSessions = this.authenticator.MaximumConcurrentNegotiations;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
1184
channelDispatcher.
ServiceThrottle
.MaxConcurrentCalls = this.authenticator.MaximumConcurrentNegotiations;
1185
channelDispatcher.
ServiceThrottle
.MaxConcurrentSessions = this.authenticator.MaximumConcurrentNegotiations;