Compartir a través de


ServicePointManagerElement.EnableDnsRoundRobin Propiedad

Definición

Obtiene o establece un valor booleano que controla el uso de direcciones IP diferentes en las conexiones al mismo servidor.

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

Valor de propiedad

Es true para habilitar el comportamiento por turnos de DNS; de lo contrario, es false.

Atributos

Se aplica a

Consulte también