Class NetworkService.NetworkInterfaceDetail
Contains all relevant details of a network interface, including hardware properties and IP configuration.
Inherited Members
Namespace: Coree.NETStandard.Services.NetworkManagement
Assembly: Coree.NETStandard.dll
Syntax
public class NetworkService.NetworkInterfaceDetail
Properties
| Edit this page View SourceIPInterfaceProperties
Gets or sets the IP properties of the network interface, providing details like DHCP, DNS settings, and more.
Declaration
public IPInterfaceProperties? IPInterfaceProperties { get; set; }
Property Value
Type | Description |
---|---|
IPInterfaceProperties |
IpAdressHostNames
Gets or sets a list of IP address information objects, each representing detailed IP configuration for the network interface.
Declaration
public List<NetworkService.IpAdressInformation>? IpAdressHostNames { get; set; }
Property Value
Type | Description |
---|---|
List<NetworkService.IpAdressInformation> |
NetworkInterface
Gets or sets the network interface object representing the hardware and operational status.
Declaration
public NetworkInterface? NetworkInterface { get; set; }
Property Value
Type | Description |
---|---|
NetworkInterface |