NetSamples.Common.Net
Structure iphlpapi.IP_ADAPTER_INFO

ADAPTER_INFO - per-adapter information. All IP addresses are stored as strings

Field Summary
string AdapterName
byte[] Address
uint AddressLength
uint ComboIndex
uint CurrentIpAddress
string Description
uint DhcpEnabled
NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING DhcpServer
NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING GatewayList
bool HaveWins
uint Index
NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING IpAddressList
uint LeaseExpires
uint LeaseObtained
int Next
NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING PrimaryWinsServer
NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING SecondaryWinsServer
uint Type

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

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


Field Detail

AdapterName

internal string AdapterName


Address

internal byte[] Address


AddressLength

internal uint AddressLength


ComboIndex

internal uint ComboIndex


CurrentIpAddress

internal uint CurrentIpAddress


Description

internal string Description


DhcpEnabled

internal uint DhcpEnabled


DhcpServer

internal NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING DhcpServer


GatewayList

internal NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING GatewayList


HaveWins

internal bool HaveWins


Index

internal uint Index


IpAddressList

internal NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING IpAddressList


LeaseExpires

internal uint LeaseExpires


LeaseObtained

internal uint LeaseObtained


Next

internal int Next


PrimaryWinsServer

internal NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING PrimaryWinsServer


SecondaryWinsServer

internal NetSamples.Common.Net.iphlpapi.IP_ADDR_STRING SecondaryWinsServer


Type

internal uint Type