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

受信した ICMP 有効期間超過メッセージの合計数を示す Int64 値。

パケットのホップ制限により、破棄されるまでに転送できる回数が決まります。ホップ制限の値は、パケットが転送されるたびに 1 つずつ減ります。ホップ制限がゼロに到達するか、ルーターがホップ制限がゼロに設定されたパケットを受信すると、パケットが破棄され、パケットの送信元に、ホップ制限の初期値が低すぎるか、パケットがルーティング ループにおちいったことを示す有効期間超過メッセージが送信されます。

Public Shared Sub ShowIcmpV6TimeExceededData() Dim properties As IPGlobalProperties = IPGlobalProperties.GetIPGlobalProperties() Dim statistics As IcmpV6Statistics = properties.GetIcmpV6Statistics() Console.WriteLine(" TimeExceeded ........................ Sent: {0,-10} Received: {1,-10}", statistics.TimeExceededMessagesSent, statistics.TimeExceededMessagesReceived) End Sub 'ShowIcmpV6TimeExceededData
public static void ShowIcmpV6TimeExceededData () { IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties(); IcmpV6Statistics statistics = properties.GetIcmpV6Statistics(); Console.WriteLine (" TimeExceeded ........................ Sent: {0,-10} Received: {1,-10}", statistics.TimeExceededMessagesSent, statistics.TimeExceededMessagesReceived); }

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に収録されているすべての辞書からIcmpV6Statistics.TimeExceededMessagesReceived プロパティを検索する場合は、下記のリンクをクリックしてください。

- IcmpV6Statistics.TimeExceededMessagesReceived プロパティのページへのリンク