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