3 writes to duplicateDetector
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelListener.cs (3)
44this.duplicateDetector = null; 48this.duplicateDetector = new DuplicateMessageDetector(udpTransportBindingElement.DuplicateMessageHistoryLength); 314this.duplicateDetector = null;
6 references to duplicateDetector
System.ServiceModel.Channels (6)
System\ServiceModel\Channels\UdpChannelListener.cs (6)
182message = UdpUtility.DecodeMessage(this.duplicateDetector, this.messageEncoderFactory.Encoder, 226if (this.duplicateDetector != null) 229this.duplicateDetector.RemoveEntry(messageHash); 310this.duplicateDetector)) 427if (this.duplicateDetector != null) 429this.duplicateDetector.Dispose();