Java.Net.NetworkInterface: Method Members

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

Public Methods

static
GetByIndex(int) : NetworkInterface
Returns the NetworkInterface corresponding to the given interface index, or null if no interface has this index.
static
GetByInetAddress(InetAddress) : NetworkInterface
Returns the NetworkInterface corresponding to the given address, or null if no interface has this address.
static
GetByName(string) : NetworkInterface
Returns the NetworkInterface corresponding to the named network interface, or null if no interface has this name.
GetHardwareAddress() : byte[]
Returns the hardware address of the interface, if it has one, or null otherwise.
SupportsMulticast() : bool
Returns true if this network interface supports multicast.