UdpRetransmissionSettings Class
Specifies UDP retransmission settings.
Assembly: System.ServiceModel.Channels (in System.ServiceModel.Channels.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | 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.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

