I am running the same code for getting the network informations in .Netcore 3.0. The Property System.Net.NetworkInformation.LinuxIPv4InterfaceProperties.get_IsDhcpEnabled() givs me the result wen it is Run in Windows Platform but throws the below issue in Linux Platform
Exception :
GetNetworkInterfaceInfo Failed: 'System.PlatformNotSupportedException:
The information requested is unavailable on the current platform.
at System.Net.NetworkInformation.LinuxIPv4InterfaceProperties.get_IsDhcpEnabled()
I am running the same code for getting the network informations in .Netcore 3.0. The Property System.Net.NetworkInformation.LinuxIPv4InterfaceProperties.get_IsDhcpEnabled() givs me the result wen it is Run in Windows Platform but throws the below issue in Linux Platform
Exception :
GetNetworkInterfaceInfo Failed: 'System.PlatformNotSupportedException:
The information requested is unavailable on the current platform.
at System.Net.NetworkInformation.LinuxIPv4InterfaceProperties.get_IsDhcpEnabled()