1 implementation of IsNotSeenBefore
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1881bool IPeerNodeMessageHandling.IsNotSeenBefore(Message message, out byte[] id, out int cacheMiss)
1 reference to IsNotSeenBefore
System.ServiceModel (1)
System\ServiceModel\Channels\PeerHelpers.cs (1)
837if (this.messageHandler.IsNotSeenBefore(message, out id, out peerProperty.CacheMiss))