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