IcmpV4Statistics.TimestampRequestsSent プロパティ
アセンブリ: System (system.dll 内)
構文送信した ICMPv4 タイムスタンプ要求メッセージの合計数を示す Int64 値。
解説
使用例Public Shared Sub ShowTimestampData() Dim properties As IPGlobalProperties = IPGlobalProperties.GetIPGlobalProperties() Dim statistics As IcmpV4Statistics = properties.GetIcmpV4Statistics() Console.WriteLine(" Timestamp Requests .................. Sent: {0,-10} Received: {1,-10}", statistics.TimestampRequestsSent, statistics.TimestampRequestsReceived) Console.WriteLine(" Timestamp Replies ................... Sent: {0,-10} Received: {1,-10}", statistics.TimestampRepliesSent, statistics.TimestampRepliesReceived) End Sub 'ShowTimestampData
public static void ShowTimestampData() { IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties(); IcmpV4Statistics statistics = properties.GetIcmpV4Statistics(); Console.WriteLine(" Timestamp Requests .................. Sent: {0,-10} Received: {1,-10}", statistics.TimestampRequestsSent, statistics.TimestampRequestsReceived); Console.WriteLine(" Timestamp Replies ................... Sent: {0,-10} Received: {1,-10}", statistics.TimestampRepliesSent, statistics.TimestampRepliesReceived); }
プラットフォーム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.TimestampRequestsSent プロパティを検索する場合は、下記のリンクをクリックしてください。
                     全ての辞書からIcmpV4Statistics.TimestampRequestsSent プロパティ
                    を検索
                - IcmpV4Statistics.TimestampRequestsSent プロパティのページへのリンク