다음을 통해 공유


UdpTransportSettingsElement.MaxUnicastRetransmitCount 속성

정의

UDP 전송 구성 요소의 MaxUnicastRetransmitCount 속성 값을 가져오거나 설정합니다.

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

속성 값

Int32

유니캐스트 메시지를 재전송할 수 있는 최대 횟수입니다.

특성

적용 대상