4 references to ServiceThrottle
System.ServiceModel (4)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (1)
107ServiceThrottle throttle = new ServiceThrottle(serviceHostBase);
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
994channelDispatcher.ServiceThrottle = new ServiceThrottle(this);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1183channelDispatcher.ServiceThrottle = new ServiceThrottle(this);
System\ServiceModel\ServiceHost.cs (1)
65this.serviceThrottle = new ServiceThrottle(this);