ServicePointManagerElement.EnableDnsRoundRobin Property

Definition

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

public:
 property bool EnableDnsRoundRobin { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enableDnsRoundRobin", DefaultValue=false)]
public bool EnableDnsRoundRobin { get; set; }
[<System.Configuration.ConfigurationProperty("enableDnsRoundRobin", DefaultValue=false)>]
member this.EnableDnsRoundRobin : bool with get, set
Public Property EnableDnsRoundRobin As Boolean

Property Value

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

Attributes

Applies to

See also