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