C# Class Goedel.Mesh.SystemNetworkProfile

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

Méthodes publiques

Méthode 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 méthode

Write DNS configuration data to the console.
public static DisplayDnsAddresses ( ) : void
Résultat void

GetDnsAddresses() public static méthode

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