UdpBindingElement.MaxRetransmitCount Eigenschap

Definitie

Hiermee haalt of stelt u het maximumaantal opnieuw verzenden voor het UDP-bindingselement op.

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

Waarde van eigenschap

Het maximumaantal opnieuw verzenden.

Kenmerken

Van toepassing op