System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled Property

Gets a bool value that specifies whether Internet Protocol (IP) packet forwarding is enabled.

Syntax

public abstract bool ForwardingEnabled { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This value determines whether the computer forwards IP datagrams destined for another computer. Typically, routers forward packets and host computers do not.

Requirements

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