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)
|
public IPAddressesWindows ( string interfaces ) : System | ||
interfaces | string | A list of interfaces to look up |
return | System |