System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded Property

Gets the number of Internet Protocol (IP) packets forwarded.

Syntax

public abstract long ReceivedPacketsForwarded { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the local computer is not a router, the value returned by this property includes packets that were successfully source-routed via the local computer. Source routing is an IP option whereby the source of the packet can specify the route to the destination address.

Requirements

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