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

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

IcmpV6Statistics.NeighborSolicitsSent プロパティ

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

送信したインターネット コントロール メッセージ プロトコル Version 6 (ICMPv6) 近隣要請メッセージの数を取得します

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

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

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

プロパティ
送信した近隣要請メッセージ合計数を示す Int64 値。

解説解説
使用例使用例

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

Public Shared Sub ShowIcmpV6NeighborData()
 
    Dim properties As IPGlobalProperties =
 IPGlobalProperties.GetIPGlobalProperties()
    Dim statistics As IcmpV6Statistics = properties.GetIcmpV6Statistics()
    Console.WriteLine("  Advertisements ......................
 Sent: {0,-10}   Received: {1,-10}", statistics.NeighborAdvertisementsSent,
 statistics.NeighborAdvertisementsReceived)
    Console.WriteLine("  Solicits ............................
 Sent: {0,-10}   Received: {1,-10}", statistics.NeighborSolicitsSent,
 statistics.NeighborSolicitsReceived)

End Sub 'ShowIcmpV6NeighborData

public static void ShowIcmpV6NeighborData
 ()
{
    IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties();
    IcmpV6Statistics statistics = properties.GetIcmpV6Statistics();
    Console.WriteLine ("  Advertisements ...................... Sent: {0,-10}
   Received: {1,-10}", 
        statistics.NeighborAdvertisementsSent,statistics.NeighborAdvertisementsReceived);
    Console.WriteLine ("  Solicits ............................ Sent: {0,-10}
   Received: {1,-10}", 
    statistics.NeighborSolicitsSent, statistics.NeighborSolicitsReceived);
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
IcmpV6Statistics クラス
IcmpV6Statistics メンバ
System.Net.NetworkInformation 名前空間



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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2024 GRAS Group, Inc.RSS