IcmpV6Statistics.NeighborAdvertisementsSent Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Neighbor Advertisement messages sent.
public:
abstract property long NeighborAdvertisementsSent { long get(); };
public abstract long NeighborAdvertisementsSent { get; }
member this.NeighborAdvertisementsSent : int64
Public MustOverride ReadOnly Property NeighborAdvertisementsSent As Long
An Int64 value that specifies the total number of Neighbor Advertisement messages sent.
The following example displays the value of this property.
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 );
}
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);
}
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
Neighbor Discovery is a process whereby host computers and routers can determine the addresses for neighbors known to reside on shared links. Part of this discovery process is accomplished using ICMP messages called Neighbor Solicitations and Neighbor Advertisements. Neighbor Solicitation messages are sent to discover the link-layer address of a neighbor or to verify that a neighbor is still reachable via a cached link-layer address. A Neighbor Advertisement that contains address information is sent in response to a solicitation or to announce an address change.
Produk | Versi |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
.NET maklum balas
.NET ialah projek sumber terbuka. Pilih pautan untuk memberikan maklum balas: