C# Class Brunet.Applications.IPAddressesWindows

Windows specific implementations of IPAddresses.
Inheritance: IPAddresses
Mostrar archivo Open project: johnynek/brunet Class Usage Examples

Public Methods

Method Description
GetAddresses ( ) : IList

Implements GetAddresses for Windows which calls ipconfig.

IPAddressesWindows ( ) : System

Used to look up all interfaces

IPAddressesWindows ( string interfaces ) : System

Used to look up specific list of interfaces. This should not be called directly use GetIPAddresses(string[] interfaces)

Method Details

GetAddresses() public method

Implements GetAddresses for Windows which calls ipconfig.
public GetAddresses ( ) : IList
return IList

IPAddressesWindows() public method

Used to look up all interfaces
public IPAddressesWindows ( ) : System
return System

IPAddressesWindows() public method

Used to look up specific list of interfaces. This should not be called directly use GetIPAddresses(string[] interfaces)
public IPAddressesWindows ( string interfaces ) : System
interfaces string A list of interfaces to look up
return System