UdpTransportSettingsElement::MaxUnicastRetransmitCount Property
.NET Framework (current version)
Gets or sets the value of the MaxUnicastRetransmitCount property in a UDP transport configuration element.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
public: [ConfigurationPropertyAttribute("maxUnicastRetransmitCount", DefaultValue = 1)] [IntegerValidatorAttribute(MinValue = 0, MaxValue = 2147483647)] property int MaxUnicastRetransmitCount { int get(); void set(int value); }
Property Value
Type: System::Int32The maximum number of times a unicast message can be retransmitted.
.NET Framework
Available since 4.0
Available since 4.0
Show: