UdpTransportSettings.MaxUnicastRetransmitCount Property

Definition

Gets or sets a value that specifies the maximum number of times a unicast message should be retransmitted (in addition to the first send).

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

Property Value

The maximum number of times a unicast message is retransmitted.

Remarks

The default value is 1.

Applies to