UdpBinding.MaxRetransmitCount Propiedad

Definición

Obtiene o establece el número máximo de mensajes de retransmisión en un enlace UDP.

public:
 property int MaxRetransmitCount { int get(); void set(int value); };
public int MaxRetransmitCount { get; set; }
member this.MaxRetransmitCount : int with get, set
Public Property MaxRetransmitCount As Integer

Valor de propiedad

Int32

Número máximo de mensajes de retransmisión en un enlace UDP.

Se aplica a