UdpRetransmissionSettings 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
UdpRetransmissionSettings 클래스의 새 인스턴스를 초기화합니다.
오버로드
UdpRetransmissionSettings() |
UdpRetransmissionSettings 클래스의 새 인스턴스를 초기화합니다. |
UdpRetransmissionSettings(Int32, Int32) |
최대 유니캐스트 재전송 횟수와 최대 멀티캐스트 재전송 횟수가 지정된 UdpRetransmissionSettings 클래스의 새 인스턴스를 초기화합니다. |
UdpRetransmissionSettings(Int32, Int32, TimeSpan, TimeSpan, TimeSpan) |
최대 유니캐스트 재전송 횟수와 최대 멀티캐스트 재전송 횟수, 지연 하한, 지연 상한 및 재전송별 최대 지연이 지정된 UdpRetransmissionSettings 클래스의 새 인스턴스를 초기화합니다. |
UdpRetransmissionSettings()
UdpRetransmissionSettings 클래스의 새 인스턴스를 초기화합니다.
public:
UdpRetransmissionSettings();
public UdpRetransmissionSettings ();
Public Sub New ()
적용 대상
UdpRetransmissionSettings(Int32, Int32)
최대 유니캐스트 재전송 횟수와 최대 멀티캐스트 재전송 횟수가 지정된 UdpRetransmissionSettings 클래스의 새 인스턴스를 초기화합니다.
public:
UdpRetransmissionSettings(int maxUnicastRetransmitCount, int maxMulticastRetransmitCount);
public UdpRetransmissionSettings (int maxUnicastRetransmitCount, int maxMulticastRetransmitCount);
new System.ServiceModel.Channels.UdpRetransmissionSettings : int * int -> System.ServiceModel.Channels.UdpRetransmissionSettings
Public Sub New (maxUnicastRetransmitCount As Integer, maxMulticastRetransmitCount As Integer)
매개 변수
- maxUnicastRetransmitCount
- Int32
최대 유니캐스트 재전송 횟수입니다.
- maxMulticastRetransmitCount
- Int32
최대 멀티캐스트 재전송 횟수입니다.
적용 대상
UdpRetransmissionSettings(Int32, Int32, TimeSpan, TimeSpan, TimeSpan)
최대 유니캐스트 재전송 횟수와 최대 멀티캐스트 재전송 횟수, 지연 하한, 지연 상한 및 재전송별 최대 지연이 지정된 UdpRetransmissionSettings 클래스의 새 인스턴스를 초기화합니다.
public:
UdpRetransmissionSettings(int maxUnicastRetransmitCount, int maxMulticastRetransmitCount, TimeSpan delayLowerBound, TimeSpan delayUpperBound, TimeSpan maxDelayPerRetransmission);
public UdpRetransmissionSettings (int maxUnicastRetransmitCount, int maxMulticastRetransmitCount, TimeSpan delayLowerBound, TimeSpan delayUpperBound, TimeSpan maxDelayPerRetransmission);
new System.ServiceModel.Channels.UdpRetransmissionSettings : int * int * TimeSpan * TimeSpan * TimeSpan -> System.ServiceModel.Channels.UdpRetransmissionSettings
Public Sub New (maxUnicastRetransmitCount As Integer, maxMulticastRetransmitCount As Integer, delayLowerBound As TimeSpan, delayUpperBound As TimeSpan, maxDelayPerRetransmission As TimeSpan)
매개 변수
- maxUnicastRetransmitCount
- Int32
최대 유니캐스트 재전송 횟수입니다.
- maxMulticastRetransmitCount
- Int32
최대 멀티캐스트 재전송 횟수입니다.
- delayLowerBound
- TimeSpan
하한 지연입니다.
- delayUpperBound
- TimeSpan
상한 지연입니다.
- maxDelayPerRetransmission
- TimeSpan
재전송 당 최대 지연입니다.