C# Class Goedel.Mesh.SystemNetworkProfile

Get information on the system network configuration. This includes the number of adapters, DNS services, etc.
Exibir arquivo Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
DisplayDnsAddresses ( ) : void

Write DNS configuration data to the console.

GetDnsAddresses ( ) : IPAddressCollection

Get the list of DNS server IP Addresses for the first active IP address that is not a tunnel.

Method Details

DisplayDnsAddresses() public static method

Write DNS configuration data to the console.
public static DisplayDnsAddresses ( ) : void
return void

GetDnsAddresses() public static method

Get the list of DNS server IP Addresses for the first active IP address that is not a tunnel.
public static GetDnsAddresses ( ) : IPAddressCollection
return IPAddressCollection