2 writes to DuplicateMessageHistoryLength
System.ServiceModel.Channels (2)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
121udpBinding.DuplicateMessageHistoryLength = this.DuplicateMessageHistoryLength;
System\ServiceModel\UdpBinding.cs (1)
49this.DuplicateMessageHistoryLength = transport.DuplicateMessageHistoryLength;
1 reference to DuplicateMessageHistoryLength
System.ServiceModel.Channels (1)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
108this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.DuplicateMessageHistoryLength, udpBinding.DuplicateMessageHistoryLength);