2 instantiations of DuplicateMessageDetector
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
300this.DuplicateDetector = new DuplicateMessageDetector(factory.udpTransportBindingElement.DuplicateMessageHistoryLength);
System\ServiceModel\Channels\UdpChannelListener.cs (1)
48this.duplicateDetector = new DuplicateMessageDetector(udpTransportBindingElement.DuplicateMessageHistoryLength);
4 references to DuplicateMessageDetector
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpChannelBase.cs (2)
86protected DuplicateMessageDetector DuplicateDetector { get; set; } 217internal bool TransferReceiveManagerOwnership(UdpSocketReceiveManager socketReceiveManager, DuplicateMessageDetector duplicateDetector)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
25DuplicateMessageDetector duplicateDetector;
System\ServiceModel\Channels\UdpUtility.cs (1)
535public static Message DecodeMessage(DuplicateMessageDetector duplicateDetector, MessageEncoder encoder, BufferManager bufferManager, ArraySegment<byte> data, IPEndPoint remoteEndPoint, int interfaceIndex, bool ignoreSerializationException, out string messageHash)