次の方法で共有


Inet6Address.ScopedInterface Property

Definition

Returns the scoped interface, if this instance was created with with a scoped interface.

public Java.Net.NetworkInterface? ScopedInterface { [Android.Runtime.Register("getScopedInterface", "()Ljava/net/NetworkInterface;", "")] get; }
[<get: Android.Runtime.Register("getScopedInterface", "()Ljava/net/NetworkInterface;", "")>]
member this.ScopedInterface : Java.Net.NetworkInterface

Property Value

the scoped interface, or null if not set.

Attributes

Remarks

Returns the scoped interface, if this instance was created with with a scoped interface.

Added in 1.5.

Java documentation for java.net.Inet6Address.getScopedInterface().

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