IPInterfaceProperties::GetIPv4Properties Method ()
.NET Framework (current version)
Provides Internet Protocol version 4 (IPv4) configuration data for this network interface.
Assembly: System (in System.dll)
Return Value
Type: System.Net.NetworkInformation::IPv4InterfaceProperties^An IPv4InterfaceProperties object that contains IPv4 configuration data, or null if no data is available for the interface.
| Exception | Condition |
|---|---|
| NetworkInformationException | The interface does not support the IPv4 protocol. |
This property returns null for Loopback interfaces.
For a detailed description of the information available for an interface that supports IPv4, see the IPv4InterfaceProperties class documentation. Note that the object returned by the GetIPv4Properties method reflects the configuration as of the time the object is created. This information is not updated dynamically.
.NET Framework
Available since 2.0
Available since 2.0
Show: