UdpTransportSettingsElement::DuplicateMessageHistoryLength Property

.NET Framework (current version)
 

Gets or sets the value of the DuplicateMessageHistoryLength property in a UDP transport configuration element.

Namespace:   System.ServiceModel.Discovery.Configuration
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

public:
[ConfigurationPropertyAttribute("duplicateMessageHistoryLength", 
	DefaultValue = 4112)]
[IntegerValidatorAttribute(MinValue = 0, MaxValue = 2147483647)]
property int DuplicateMessageHistoryLength {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The maximum number of message hashes used by the transport to identify duplicate messages.

.NET Framework
Available since 4.0
Return to top
Show: