3 writes to duplicateMessageHistoryLength
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (3)
33
this.
duplicateMessageHistoryLength
= UdpConstants.Defaults.DuplicateMessageHistoryLength;
44
this.
duplicateMessageHistoryLength
= other.duplicateMessageHistoryLength;
64
this.
duplicateMessageHistoryLength
= value;
2 references to duplicateMessageHistoryLength
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
44
this.duplicateMessageHistoryLength = other.
duplicateMessageHistoryLength
;
55
get { return this.
duplicateMessageHistoryLength
; }