UdpRetransmissionSettings Class
Definition
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.
Specifies UDP retransmission settings.
public ref class UdpRetransmissionSettings sealed
public sealed class UdpRetransmissionSettings
type UdpRetransmissionSettings = class
Public NotInheritable Class UdpRetransmissionSettings
- Inheritance
-
UdpRetransmissionSettings
Constructors
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. |
Properties
DelayLowerBound |
Gets or sets the delay of the lower bound for the retransmission setting. |
DelayUpperBound |
Gets or sets the delay of the upper bound for the retransmission setting. |
MaxDelayPerRetransmission |
Gets or sets the maximum delay per retransmission for the retransmission setting. |
MaxMulticastRetransmitCount |
Gets or sets the maximum multicast retransmission count. |
MaxUnicastRetransmitCount |
Gets or sets the maximum unicast retransmission count. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ShouldSerializeDelayLowerBound() |
Indicates whether the UDP retransmission settings should serialize the lower bound delay. |
ShouldSerializeDelayUpperBound() |
Indicates whether the UDP retransmission settings should serialize the upper bound delay. |
ShouldSerializeMaxDelayPerRetransmission() |
Indicates whether the UDP retransmission settings should serialize the maximum delay per retransmission. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |