2 writes to DuplicateMessageHistoryLength
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
208this.DuplicateMessageHistoryLength = UdpConstants.Defaults.DuplicateMessageHistoryLengthWithRetransmission;
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
50_udpTransport.DuplicateMessageHistoryLength = value;
4 references to DuplicateMessageHistoryLength
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
232if (this.DuplicateMessageHistoryLength != udpTransport.DuplicateMessageHistoryLength)
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (2)
29this.DuplicateMessageHistoryLength = transport.DuplicateMessageHistoryLength; 46return _udpTransport.DuplicateMessageHistoryLength;