ServicePointManagerElement::EnableDnsRoundRobin Property

 

Gets or sets a Boolean value that controls using different IP addresses on connections to the same server.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("enableDnsRoundRobin", DefaultValue = false)]
property bool EnableDnsRoundRobin {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to enable DNS round-robin behavior; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: