ServicePointManager.EnableDnsRoundRobin プロパティ
アセンブリ: System (system.dll 内)

Dim value As Boolean value = ServicePointManager.EnableDnsRoundRobin ServicePointManager.EnableDnsRoundRobin = value
/** @property */ public static boolean get_EnableDnsRoundRobin () /** @property */ public static void set_EnableDnsRoundRobin (boolean value)
public static function get EnableDnsRoundRobin () : boolean public static function set EnableDnsRoundRobin (value : boolean)
DNS 解決によって常に特定のホストの最初の IP アドレスが返される場合は false。それ以外の場合は true。既定値は false です。

ホスト名に複数の IP アドレスが関連付けられている場合、DNS 解決では、通常、最初の IP アドレスだけが返されます。このプロパティを true に設定すると、後続の DNS 解決では、特定のホストの利用可能なすべての IP アドレスが順番に使用されます。このオプションは、サービスが DNS をサーバー間またはサーバー クラスタ間の負荷分散機構として使用する場合に便利です。

ServicePointManager.UseNagleAlgorithm = True ServicePointManager.Expect100Continue = True ServicePointManager.CheckCertificateRevocationList = True ServicePointManager.DefaultConnectionLimit = _ ServicePointManager.DefaultPersistentConnectionLimit ServicePointManager.EnableDnsRoundRobin = True ServicePointManager.DnsRefreshTimeout = 4*60*1000
ServicePointManager.UseNagleAlgorithm = true; ServicePointManager.Expect100Continue = true; ServicePointManager.CheckCertificateRevocationList = true; ServicePointManager.DefaultConnectionLimit = ServicePointManager.DefaultPersistentConnectionLimit; ServicePointManager.EnableDnsRoundRobin = true; ServicePointManager.DnsRefreshTimeout = 4*60*1000; // 4 minutes
ServicePointManager::UseNagleAlgorithm = true; ServicePointManager::Expect100Continue = true; ServicePointManager::CheckCertificateRevocationList = true; ServicePointManager::DefaultConnectionLimit = ServicePointManager::DefaultPersistentConnectionLimit; ServicePointManager::EnableDnsRoundRobin = true; ServicePointManager::DnsRefreshTimeout = 4*60*1000; // 4 minutes

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からServicePointManager.EnableDnsRoundRobin プロパティを検索する場合は、下記のリンクをクリックしてください。

- ServicePointManager.EnableDnsRoundRobin プロパティのページへのリンク