Java.Net.NetworkInterface.GetByInetAddress Method
Returns the NetworkInterface corresponding to the given address, or null if no interface has this address.

Syntax

[Android.Runtime.Register("getByInetAddress", "(Ljava/net/InetAddress;)Ljava/net/NetworkInterface;", "")]
public static NetworkInterface GetByInetAddress (InetAddress address)

Parameters

address
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Net.SocketExceptionif an error occurs.
Java.Lang.NullPointerExceptionif address == null.

Remarks

Returns the NetworkInterface corresponding to the given address, or null if no interface has this address.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1