The methods of Java.Net.NetworkInterface are listed below. For a list of all members, see the NetworkInterface Members list.
See Also: Inherited members from Java.Lang.Object
static | GetByIndex(int)Returns the NetworkInterface corresponding to the given interface index, or null if no interface has this index. | |
static | GetByInetAddress(InetAddress)Returns the NetworkInterface corresponding to the given address, or null if no interface has this address. | |
static | GetByName(string)Returns the NetworkInterface corresponding to the named network interface, or null if no interface has this name. | |
GetHardwareAddress()Returns the hardware address of the interface, if it has one, or null otherwise. | ||
SupportsMulticast()Returns true if this network interface supports multicast. |