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