NetSamples.Common.Net
Structure iphlpapi.IP_PER_ADAPTER_INFO

IP_PER_ADAPTER_INFO - per-adapter IP information such as DNS server list.

Field Summary
uint AutoconfigActive
uint AutoconfigEnabled
uint CurrentDnsServer
NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING DnsServerList

Methods inherited from class System.ValueType
Equals, GetHashCode, ToString

Methods inherited from class System.Object
Finalize, GetType, MemberwiseClone


Field Detail

AutoconfigActive

internal uint AutoconfigActive


AutoconfigEnabled

internal uint AutoconfigEnabled


CurrentDnsServer

internal uint CurrentDnsServer


DnsServerList

internal NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING DnsServerList