共用方式為


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

屬性值

重新傳輸計數上限。

屬性

適用於