C# Class Brunet.Applications.IPAddressesWindows

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

Implements GetAddresses for Windows which calls ipconfig.
public GetAddresses ( ) : IList
Résultat IList

IPAddressesWindows() public méthode

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

IPAddressesWindows() public méthode

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