共用方式為


UdpBinding.MaxRetransmitCount 屬性

定義

取得或設定在 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

屬性值

Int32

在 UDP 繫結中的重新傳輸訊息的最大數目。

適用於