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

Dim value As Integer value = ServicePointManager.DnsRefreshTimeout ServicePointManager.DnsRefreshTimeout = value
/** @property */ public static int get_DnsRefreshTimeout () /** @property */ public static void set_DnsRefreshTimeout (int value)
public static function get DnsRefreshTimeout () : int public static function set DnsRefreshTimeout (value : int)
タイムアウト値 (ミリ秒)。値が -1 の場合は、タイムアウト期間が無限であることを示します。既定値は 120,000 ミリ秒 (2 分) です。

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.DnsRefreshTimeout プロパティを検索する場合は、下記のリンクをクリックしてください。

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