System.Net.NetworkInformation.NetworkInterface.GetIPProperties Method

Returns an object that describes the configuration of this network interface.

Syntax

public abstract IPInterfaceProperties GetIPProperties ()

Returns

An System.Net.NetworkInformation.IPInterfaceProperties object that describes this network interface.

Remarks

Note that the information in the object returned by this method reflects the interfaces as of the time the array is created. This information is not updated dynamically.

Requirements

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