1 implementation of IPeerFlooderContract
System.ServiceModel (1)
System\ServiceModel\Channels\PeerFlooder.cs (1)
37abstract class PeerFlooderBase<TFloodContract, TLinkContract> : IFlooderForThrottle, IPeerFlooderContract<TFloodContract, TLinkContract> where TFloodContract : Message
4 references to IPeerFlooderContract
System.ServiceModel (4)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1353services.Add(typeof(IPeerFlooderContract<Message, UtilityInfo>), flooder);
System\ServiceModel\Channels\PeerService.cs (3)
51IPeerFlooderContract<Message, UtilityInfo> flooder; 78services.TryGetValue(typeof(IPeerFlooderContract<Message, UtilityInfo>), out reply); 79flooder = reply as IPeerFlooderContract<Message, UtilityInfo>;