UdpTransportSettingsElement.MaxMulticastRetransmitCount プロパティ

定義

UDP トランスポートの構成要素内の MaxMulticastRetransmitCount プロパティの値を取得または設定できます。

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

プロパティ値

Int32

マルチキャスト メッセージを再送信できる最大回数。

属性

適用対象