Share via


ServicePointManagerElement.EnableDnsRoundRobin Propriété

Définition

Obtient ou définit une valeur Boolean qui contrôle l'utilisation d'adresses IP différentes sur les connexions au même serveur.

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

Valeur de propriété

true pour activer le comportement tourniquet (round robin) DNS ; sinon, false.

Attributs

S’applique à

Voir aussi