UdpRetransmissionSettings Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the UdpRetransmissionSettings class.
UdpRetransmissionSettings() |
Initializes a new instance of the UdpRetransmissionSettings class. |
UdpRetransmissionSettings(Int32, Int32) |
Initializes a new instance of the UdpRetransmissionSettings class with specified maximum unicast retransmit count and maximum multicast retransmit count. |
UdpRetransmissionSettings(Int32, Int32, TimeSpan, TimeSpan, TimeSpan) |
Initializes a new instance of the UdpRetransmissionSettings class with specified maximum unicast retransmit count and maximum multicast retransmit count, delay lower bound, delay upper bound, and maximum delay per retransmission. |
Initializes a new instance of the UdpRetransmissionSettings class.
public:
UdpRetransmissionSettings();
public UdpRetransmissionSettings();
Public Sub New ()
Applies to
.NET Framework 4.8.1 i inne wersje
Produkt | Wersje |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of the UdpRetransmissionSettings class with specified maximum unicast retransmit count and maximum multicast retransmit count.
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)
Parameters
- maxUnicastRetransmitCount
- Int32
The maximum unicast retransmit count.
- maxMulticastRetransmitCount
- Int32
The maximum multicast retransmit count.
Applies to
.NET Framework 4.8.1 i inne wersje
Produkt | Wersje |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of the UdpRetransmissionSettings class with specified maximum unicast retransmit count and maximum multicast retransmit count, delay lower bound, delay upper bound, and maximum delay per retransmission.
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)
Parameters
- maxUnicastRetransmitCount
- Int32
The maximum unicast retransmit count.
- maxMulticastRetransmitCount
- Int32
The maximum multicast retransmit count.
- delayLowerBound
- TimeSpan
The lower bound delay.
- delayUpperBound
- TimeSpan
The upper bound delay.
- maxDelayPerRetransmission
- TimeSpan
The maximum delay per retransmission.
Applies to
.NET Framework 4.8.1 i inne wersje
Produkt | Wersje |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Opinia o produkcie .NET
.NET to projekt typu open source. Wybierz link, aby przekazać opinię: