NetworkInterface.IsLoopback Property

Definition

Returns whether a network interface is a loopback interface.

public bool IsLoopback { [Android.Runtime.Register("isLoopback", "()Z", "")] get; }
[<get: Android.Runtime.Register("isLoopback", "()Z", "")>]
member this.IsLoopback : bool

Property Value

true if the interface is a loopback interface.

Attributes

Exceptions

if an I/O error occurs.

Remarks

Returns whether a network interface is a loopback interface.

Added in 1.6.

Java documentation for java.net.NetworkInterface.isLoopback().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to