C# Class Goedel.Platform.SystemNetworkProfile

Describe the network configuration of the current machine.
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