UdpTransportSettings::MaxUnicastRetransmitCount Property

.NET Framework (current version)
 

Gets or sets a value that specifies the maximum number of times a unicast 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 MaxUnicastRetransmitCount {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The maximum number of times a unicast message is retransmitted.

The default value is 1.

.NET Framework
Available since 4.0
Return to top
Show: