UdpBindingElement.MaxRetransmitCount 属性

定义

获取或设置 UDP 绑定元素的最大重新传输计数。

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

属性值

Int32

重传计数最大值。

属性

适用于