次の方法で共有


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

プロパティ値

最大再送信カウント。

属性

適用対象