Inet6Address.ScopedInterface Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.