C# Class System.Net.NetworkInformation.Win32IPInterfaceProperties2

Inheritance: IPInterfaceProperties
Datei anzeigen Open project: runefs/Marvin

Public Methods

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

Method Details

GetIPv4Properties() public method

public GetIPv4Properties ( ) : System.Net.NetworkInformation.IPv4InterfaceProperties
return System.Net.NetworkInformation.IPv4InterfaceProperties

GetIPv6Properties() public method

public GetIPv6Properties ( ) : System.Net.NetworkInformation.IPv6InterfaceProperties
return System.Net.NetworkInformation.IPv6InterfaceProperties

Win32IPInterfaceProperties2() public method

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