ServicePointManagerElement.EnableDnsRoundRobin プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
同一のサーバーへの複数の接続に割り当てられる異なる 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
プロパティ値
DNS 巡回方式の動作を有効にする場合は true
。それ以外の場合は false
。
- 属性