UdpBinding.MaxRetransmitCount 属性
定义
获取或设置 UDP 绑定中最大重新传输消息的数量。Gets or sets the maximum number of retransmit messages in a UDP binding.
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
属性值
在 UDP 绑定中的重传消息的最大数目。The maximum number of retransmit messages in a UDP binding.