UdpTransportSettings::MaxMulticastRetransmitCount Property

.NET Framework (current version)
 

Gets or sets a value that specifies the maximum number of times a multicast message should be retransmitted (In addition to the first send).

Namespace:   System.ServiceModel.Discovery
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

public:
property int MaxMulticastRetransmitCount {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The maximum number of times a multicast message is retransmitted.

The default value is 2.

.NET Framework
Available since 4.0
Return to top
Show: