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 プロパティのページへのリンク