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

受信した発信元抑制メッセージの合計数を示す Int64 値。

発信元抑制メッセージは、パケットが出力キューの容量不足のために破棄された場合に送信されます。また、発信元抑制メッセージは、多数のパケットが速く到達しすぎて処理できない場合に終点コンピュータから送信されることもあります。発信元抑制メッセージは、インターネット上の送信先へのトラフィックの送信速度を下げるよう、ホストに送信される要求です。

Public Shared Sub ShowSourceQuenchData() Dim properties As IPGlobalProperties = IPGlobalProperties.GetIPGlobalProperties() Dim statistics As IcmpV4Statistics = properties.GetIcmpV4Statistics() Console.WriteLine(" Source Quenches ..................... Sent: {0,-10} Received: {1,-10}", statistics.SourceQuenchesSent, statistics.SourceQuenchesReceived) End Sub 'ShowSourceQuenchData
public static void ShowSourceQuenchData() { IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties(); IcmpV4Statistics statistics = properties.GetIcmpV4Statistics(); Console.WriteLine(" Source Quenches ..................... Sent: {0,-10} Received: {1,-10}", statistics.SourceQuenchesSent, statistics.SourceQuenchesReceived); }

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


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

- IcmpV4Statistics.SourceQuenchesReceived プロパティのページへのリンク