C# Class Brunet.Applications.IPAddressesLinux

Linux specific implementations of IPAddresses.
Inheritance: IPAddresses
Show file Open project: johnynek/brunet Class Usage Examples

Public Methods

Method Description
GetAddresses ( ) : IList

Implements GetAddresses for Linux which calls ifconfig.

IPAddressesLinux ( ) : System

Used to look up all interfaces

IPAddressesLinux ( 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 Linux which calls ifconfig.
public GetAddresses ( ) : IList
return IList

IPAddressesLinux() public method

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

IPAddressesLinux() public method

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