NetSamples.Common.Net
Structure iphlpapi.IP_ADDR_STRING

IP_ADDR_STRING - store an IP address with its corresponding subnet mask, both as dotted decimal strings

Field Summary
uint Context
NetSamples.Common.Net.iphlpapi.IP_ADDRESS_STRING IpAddress
NetSamples.Common.Net.iphlpapi.IP_MASK_STRING IpMask
int Next

Method Summary
System.Net.IPAddress[] ToIPAddressArray()

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

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


Field Detail

Context

internal uint Context


IpAddress

internal NetSamples.Common.Net.iphlpapi.IP_ADDRESS_STRING IpAddress


IpMask

internal NetSamples.Common.Net.iphlpapi.IP_MASK_STRING IpMask


Next

internal int Next

Method Detail

ToIPAddressArray

internal System.Net.IPAddress[] ToIPAddressArray()