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