1 write to flooder
System.ServiceModel (1)
System\ServiceModel\Channels\PeerService.cs (1)
79flooder = reply as IPeerFlooderContract<Message, UtilityInfo>;
4 references to flooder
System.ServiceModel (4)
System\ServiceModel\Channels\PeerService.cs (4)
80Fx.Assert(flooder != null, "PeerService must be created with a flooder implementation"); 300return flooder.OnFloodedMessage(neighbor, floodedInfo, callback, state); 308flooder.EndFloodMessage(result); 316flooder.ProcessLinkUtility(neighbor, utilityInfo);