2 implementations of ISessionThrottleNotification
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
47ISessionThrottleNotification
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
17class ListenerHandler : CommunicationObject, ISessionThrottleNotification
3 references to ISessionThrottleNotification
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (3)
277bool PrivateAcquireSession(ISessionThrottleNotification source) 324internal bool AcquireSession(ISessionThrottleNotification source) 368((ISessionThrottleNotification)state).ThrottleAcquired();