System.Net.NetworkInformation.IcmpV6Statistics.RouterSolicitsReceived Property

Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Router Solicitation messages received.

Syntax

public abstract long RouterSolicitsReceived { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Before a host computer can send IP datagrams beyond its directly attached subnet, it must discover the address of at least one router on that subnet. This discovery can be accomplished using ICMP messages called Router Advertisements and Router Solicitations. An Advertisement message is sent by a router periodically to announce its presence and the addresses of its interfaces. When a computer connects to a network, rather than waiting to receive Router Advertisements, it can send Router Solicitations to request that routers send their advertisements immediately.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0