1 implementation of DetermineMessagePropagation
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
940PeerMessagePropagation IPeerNodeMessageHandling.DetermineMessagePropagation(Message message, PeerMessageOrigination origination)
2 references to DetermineMessagePropagation
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (1)
390propagateFlags = messageHandler.DetermineMessagePropagation(filterMessage, PeerMessageOrigination.Remote);
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
420propagateFlags = ((IPeerNodeMessageHandling)this).DetermineMessagePropagation(filterMessage, PeerMessageOrigination.Local);