System.Net.NetworkInformation.NetworkInterface.Supports Method

Gets a bool value that indicates whether the interface supports the specified protocol.

Syntax

public abstract bool Supports (NetworkInterfaceComponent networkInterfaceComponent)

Parameters

networkInterfaceComponent
A System.Net.NetworkInformation.NetworkInterfaceComponent value.

Returns

true if the specified protocol is supported; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

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