InetAddress.IsLoopbackAddress Property

Definition

Utility routine to check if the InetAddress is a loopback address.

public virtual bool IsLoopbackAddress { [Android.Runtime.Register("isLoopbackAddress", "()Z", "GetIsLoopbackAddressHandler")] get; }
[<get: Android.Runtime.Register("isLoopbackAddress", "()Z", "GetIsLoopbackAddressHandler")>]
member this.IsLoopbackAddress : bool

Property Value

a boolean indicating if the InetAddress is a loopback address; or false otherwise.

Attributes

Remarks

Utility routine to check if the InetAddress is a loopback address.

Added in 1.4.

Java documentation for java.net.InetAddress.isLoopbackAddress().

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