IcmpV6Statistics.EchoRepliesReceived プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > IcmpV6Statistics.EchoRepliesReceived プロパティの意味・解説 

IcmpV6Statistics.EchoRepliesReceived プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

受信したインターネット コントロール メッセージ プロトコル Version 6 (ICMPv6) エコー応答メッセージの数を取得します

名前空間: System.Net.NetworkInformation
アセンブリ: System (system.dll 内)
構文構文

Public MustOverride ReadOnly
 Property EchoRepliesReceived As Long
Dim instance As IcmpV6Statistics
Dim value As Long

value = instance.EchoRepliesReceived
public abstract long EchoRepliesReceived { get;
 }
public:
virtual property long long EchoRepliesReceived {
    long long get () abstract;
}
/** @property */
public abstract long get_EchoRepliesReceived ()
public abstract function get
 EchoRepliesReceived () : long

プロパティ
受信した ICMP エコー応答メッセージ合計数を示す Int64 値。

解説解説
使用例使用例

このプロパティの値を表示する例を次に示します

Public Shared Sub ShowIcmpV6EchoData()
 
    Dim properties As IPGlobalProperties =
 IPGlobalProperties.GetIPGlobalProperties()
    Dim statistics As IcmpV6Statistics = properties.GetIcmpV6Statistics()
    Console.WriteLine("  Echo Requests .......................
 Sent: {0,-10}   Received: {1,-10}", statistics.EchoRequestsSent, statistics.EchoRequestsReceived)
    Console.WriteLine("  Echo Replies ........................
 Sent: {0,-10}   Received: {1,-10}", statistics.EchoRepliesSent, statistics.EchoRepliesReceived)

End Sub 'ShowIcmpV6EchoData


public static void ShowIcmpV6EchoData
 ()
{
    IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties();
    IcmpV6Statistics statistics = properties.GetIcmpV6Statistics();
    Console.WriteLine ("  Echo Requests ....................... Sent: {0,-10}
   Received: {1,-10}", 
        statistics.EchoRequestsSent, statistics.EchoRequestsReceived);
    Console.WriteLine ("  Echo Replies ........................ Sent: {0,-10}
   Received: {1,-10}", 
        statistics.EchoRepliesSent, statistics.EchoRepliesReceived);
}

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
IcmpV6Statistics クラス
IcmpV6Statistics メンバ
System.Net.NetworkInformation 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

IcmpV6Statistics.EchoRepliesReceived プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



IcmpV6Statistics.EchoRepliesReceived プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS