다음을 통해 공유


UdpTransportSettingsElement.MaxMulticastRetransmitCount 속성

정의

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

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

속성 값

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

특성

적용 대상