3 references to DuplicateMessageHistoryLength
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
33
_duplicateMessageHistoryLength = UdpConstants.Defaults.
DuplicateMessageHistoryLength
;
52
[DefaultValue(UdpConstants.Defaults.
DuplicateMessageHistoryLength
)]
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
41
[DefaultValue(UdpConstants.Defaults.
DuplicateMessageHistoryLength
)]