次の方法で共有


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

プロパティ値

DNS 巡回方式の動作を有効にする場合は true。それ以外の場合は false

属性

適用対象

こちらもご覧ください