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