UdpRetransmissionSettingsElement.MaxUnicastRetransmitCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 UDP 重新传输设置元素的重新传输的最大单播数量。
public:
property int MaxUnicastRetransmitCount { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxUnicastRetransmitCount", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxUnicastRetransmitCount { get; set; }
[<System.Configuration.ConfigurationProperty("maxUnicastRetransmitCount", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxUnicastRetransmitCount : int with get, set
Public Property MaxUnicastRetransmitCount As Integer
属性值
用于 UDP 重发设置元素重发的单播的最大数目。
- 属性