다음을 통해 공유


UdpBinding.MaxRetransmitCount 속성

정의

UDP 바인딩의 최대 재전송 메시지 수를 가져오거나 설정합니다.

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

속성 값

Int32

UDP 바인딩의 최대 재전송 메시지 수입니다.

적용 대상