System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled Property

Gets a bool value that indicates whether this interface can forward (route) packets.

Syntax

public abstract bool IsForwardingEnabled { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If routing is disabled, packets that are received by the interface with a destination address that is not held by the interface are discarded.

Requirements

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