ServicePointManagerElement.EnableDnsRoundRobin プロパティ

定義

同じサーバーへの接続で異なる IP アドレスの使用を制御するブール値を取得または設定します。

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

プロパティ値

true DNS ラウンド ロビン動作を有効にする場合。それ以外の場合は false

属性

適用対象

こちらもご覧ください