IcmpV6Statistics.ParameterProblemsSent プロパティ
アセンブリ: System (system.dll 内)
構文送信した ICMP パラメータ異常メッセージの合計数を示す Int64 値。
解説パラメータ異常メッセージは、ホスト コンピュータまたはルーターでパケット ヘッダーの内容の処理中に問題 (無効な IPv6 オプションや無効な種類の Next Header など) が発生した場合に送信されます。
使用例Public Shared Sub ShowIcmpV6ParameterData() Dim properties As IPGlobalProperties = IPGlobalProperties.GetIPGlobalProperties() Dim statistics As IcmpV6Statistics = properties.GetIcmpV6Statistics() Console.WriteLine(" Parameter Problems .................. Sent: {0,-10} Received: {1,-10}", statistics.ParameterProblemsSent, statistics.ParameterProblemsReceived) End Sub 'ShowIcmpV6ParameterData
public static void ShowIcmpV6ParameterData () { IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties(); IcmpV6Statistics statistics = properties.GetIcmpV6Statistics(); Console.WriteLine (" Parameter Problems .................. Sent: {0,-10} Received: {1,-10}", statistics.ParameterProblemsSent, statistics.ParameterProblemsReceived); }
プラットフォーム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.ParameterProblemsSent プロパティを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からIcmpV6Statistics.ParameterProblemsSent プロパティ
を検索
- IcmpV6Statistics.ParameterProblemsSent プロパティのページへのリンク