Freigeben über


UdpTransportSettingsElement.MaxMulticastRetransmitCount Eigenschaft

Definition

Ruft den Wert der MaxMulticastRetransmitCount-Eigenschaft in einem UDP-Transportkonfigurationselement ab oder legt ihn fest.

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

Eigenschaftswert

Int32

Die maximale Anzahl, die eine Multicastmeldung neu gesendet werden kann.

Attribute

Gilt für