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