4 references to ServiceThrottle
System.ServiceModel (4)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (1)
107
ServiceThrottle throttle = new
ServiceThrottle
(serviceHostBase);
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\ServiceHost.cs (1)
65
this.serviceThrottle = new
ServiceThrottle
(this);