UdpTransportSettingsElement.MaxUnicastRetransmitCount 属性

定义

获取或设置 UDP 传输配置元素中 MaxUnicastRetransmitCount 属性的值。

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

属性值

可重新传输单播消息的最大次数。

属性

适用于