8 references to DuplicateMessageHistoryLength
System.ServiceModel.Channels (8)
System\ServiceModel\Configuration\UdpBindingElement.cs (4)
31[ConfigurationProperty(UdpTransportConfigurationStrings.DuplicateMessageHistoryLength, DefaultValue = UdpConstants.Defaults.DuplicateMessageHistoryLength)] 35get { return (int)base[UdpTransportConfigurationStrings.DuplicateMessageHistoryLength]; } 36set { base[UdpTransportConfigurationStrings.DuplicateMessageHistoryLength] = value; } 108this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.DuplicateMessageHistoryLength, udpBinding.DuplicateMessageHistoryLength);
System\ServiceModel\Configuration\UdpTransportElement.cs (4)
37this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.DuplicateMessageHistoryLength, udpTransportBindingElement.DuplicateMessageHistoryLength); 58[ConfigurationProperty(UdpTransportConfigurationStrings.DuplicateMessageHistoryLength, DefaultValue = UdpConstants.Defaults.DuplicateMessageHistoryLength)] 62get { return (int)base[UdpTransportConfigurationStrings.DuplicateMessageHistoryLength]; } 63set { base[UdpTransportConfigurationStrings.DuplicateMessageHistoryLength] = value; }