다음을 통해 공유


UdpBindingElement.MaxRetransmitCount 속성

정의

UDP 바인딩 요소에 대한 최대 재전송 횟수를 가져오거나 설정합니다.

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

속성 값

최대 재전송 카운트입니다.

특성

적용 대상