ServicePointManager.DnsRefreshTimeout プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ServicePointManager.DnsRefreshTimeout プロパティの意味・解説 

ServicePointManager.DnsRefreshTimeout プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

ドメイン ネーム サービス (DNS: Domain Name Service) 解決が有効と見なされる期間を示す値を取得または設定します

名前空間: System.Net
アセンブリ: System (system.dll 内)
構文構文

Public Shared Property DnsRefreshTimeout
 As Integer
Dim value As Integer

value = ServicePointManager.DnsRefreshTimeout

ServicePointManager.DnsRefreshTimeout = value
public static int DnsRefreshTimeout
 { get; set; }
public:
static property int DnsRefreshTimeout {
    int get ();
    void set (int 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
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ServicePointManager クラス
ServicePointManager メンバ
System.Net 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からServicePointManager.DnsRefreshTimeout プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からServicePointManager.DnsRefreshTimeout プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からServicePointManager.DnsRefreshTimeout プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ServicePointManager.DnsRefreshTimeout プロパティ」の関連用語

ServicePointManager.DnsRefreshTimeout プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ServicePointManager.DnsRefreshTimeout プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS