5 references to DuplicateMessageHistoryLength
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
33this.duplicateMessageHistoryLength = UdpConstants.Defaults.DuplicateMessageHistoryLength; 52[DefaultValue(UdpConstants.Defaults.DuplicateMessageHistoryLength)]
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
31[ConfigurationProperty(UdpTransportConfigurationStrings.DuplicateMessageHistoryLength, DefaultValue = UdpConstants.Defaults.DuplicateMessageHistoryLength)]
System\ServiceModel\Configuration\UdpTransportElement.cs (1)
58[ConfigurationProperty(UdpTransportConfigurationStrings.DuplicateMessageHistoryLength, DefaultValue = UdpConstants.Defaults.DuplicateMessageHistoryLength)]
System\ServiceModel\UdpBinding.cs (1)
61[DefaultValue(UdpConstants.Defaults.DuplicateMessageHistoryLength)]