2 writes to DuplicateMessageHistoryLength
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
208
this.
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)
232
if (this.
DuplicateMessageHistoryLength
!= udpTransport.
DuplicateMessageHistoryLength
)
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (2)
29
this.DuplicateMessageHistoryLength = transport.
DuplicateMessageHistoryLength
;
46
return _udpTransport.
DuplicateMessageHistoryLength
;