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