C# Class Brunet.Applications.IPAddressesLinux

Linux specific implementations of IPAddresses.
Inheritance: IPAddresses
Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Implements GetAddresses for Linux which calls ifconfig.
public GetAddresses ( ) : IList
Résultat IList

IPAddressesLinux() public méthode

Used to look up all interfaces
public IPAddressesLinux ( ) : System
Résultat System

IPAddressesLinux() public méthode

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
Résultat System