Compartir a través de


UdpBindingElement.MaxRetransmitCount Propiedad

Definición

Obtiene o establece el número máximo de retransmisiones para el elemento de enlace 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

Valor de propiedad

Int32

Número máximo de retransmisiones.

Atributos

Se aplica a