5 references to PeerMessageOrigination
System.ServiceModel (5)
System\ServiceModel\Channels\PeerFlooder.cs (1)
390propagateFlags = messageHandler.DetermineMessagePropagation(filterMessage, PeerMessageOrigination.Remote);
System\ServiceModel\Channels\PeerNodeImplementation.cs (3)
420propagateFlags = ((IPeerNodeMessageHandling)this).DetermineMessagePropagation(filterMessage, PeerMessageOrigination.Local); 940PeerMessagePropagation IPeerNodeMessageHandling.DetermineMessagePropagation(Message message, PeerMessageOrigination origination) 1902PeerMessagePropagation DetermineMessagePropagation(Message message, PeerMessageOrigination origination);
System\ServiceModel\PeerMessagePropagationFilter.cs (1)
10public abstract PeerMessagePropagation ShouldMessagePropagate(Message message, PeerMessageOrigination origination);