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

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

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

Public Shared Sub ShowTimeExceededData() Dim properties As IPGlobalProperties = IPGlobalProperties.GetIPGlobalProperties() Dim statistics As IcmpV4Statistics = properties.GetIcmpV4Statistics() Console.WriteLine(" TimeExceeded ........................ Sent: {0,-10} Received: {1,-10}", statistics.TimeExceededMessagesSent, statistics.TimeExceededMessagesReceived) End Sub 'ShowTimeExceededData
public static void ShowTimeExceededData() { IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties(); IcmpV4Statistics statistics = properties.GetIcmpV4Statistics(); 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に収録されているすべての辞書からIcmpV4Statistics.TimeExceededMessagesSent プロパティを検索する場合は、下記のリンクをクリックしてください。

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