UdpBindingElement.DuplicateMessageHistoryLength 属性

定义

获取或设置 UDP 传输配置元素中使用的最大数量的消息哈希值。

public:
 property int DuplicateMessageHistoryLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("duplicateMessageHistoryLength", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int DuplicateMessageHistoryLength { get; set; }
[<System.Configuration.ConfigurationProperty("duplicateMessageHistoryLength", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.DuplicateMessageHistoryLength : int with get, set
Public Property DuplicateMessageHistoryLength As Integer

属性值

用于消息哈希的最大数目值。

属性

适用于