Method | Description | |
---|---|---|
GetIPv4Properties ( ) : System.Net.NetworkInformation.IPv4InterfaceProperties | ||
GetIPv6Properties ( ) : System.Net.NetworkInformation.IPv6InterfaceProperties | ||
Win32IPInterfaceProperties2 ( System.Net.NetworkInformation.Win32_IP_ADAPTER_ADDRESSES addr, System.Net.NetworkInformation.Win32_MIB_IFROW mib4, System.Net.NetworkInformation.Win32_MIB_IFROW mib6 ) : System.Collections.Generic |
public GetIPv4Properties ( ) : System.Net.NetworkInformation.IPv4InterfaceProperties | ||
return | System.Net.NetworkInformation.IPv4InterfaceProperties |
public GetIPv6Properties ( ) : System.Net.NetworkInformation.IPv6InterfaceProperties | ||
return | System.Net.NetworkInformation.IPv6InterfaceProperties |
public Win32IPInterfaceProperties2 ( System.Net.NetworkInformation.Win32_IP_ADAPTER_ADDRESSES addr, System.Net.NetworkInformation.Win32_MIB_IFROW mib4, System.Net.NetworkInformation.Win32_MIB_IFROW mib6 ) : System.Collections.Generic | ||
addr | System.Net.NetworkInformation.Win32_IP_ADAPTER_ADDRESSES | |
mib4 | System.Net.NetworkInformation.Win32_MIB_IFROW | |
mib6 | System.Net.NetworkInformation.Win32_MIB_IFROW | |
return | System.Collections.Generic |