Поделиться через


UdpRetransmissionSettingsElement.MaxUnicastRetransmitCount Свойство

Определение

Получает или задает число максимальной одноадресной рассылки для элемента параметров повторной передачи UDP.

public:
 property int MaxUnicastRetransmitCount { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxUnicastRetransmitCount", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxUnicastRetransmitCount { get; set; }
[<System.Configuration.ConfigurationProperty("maxUnicastRetransmitCount", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxUnicastRetransmitCount : int with get, set
Public Property MaxUnicastRetransmitCount As Integer

Значение свойства

Число максимальной одноадресной рассылки для элемента параметров повторной передачи UDP.

Атрибуты

Применяется к