Compartilhar via


IkeSessionConnectionInfo.LocalAddress Property

Definition

Returns the local IP address for the underlying Network being used.

public Java.Net.InetAddress LocalAddress { [Android.Runtime.Register("getLocalAddress", "()Ljava/net/InetAddress;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getLocalAddress", "()Ljava/net/InetAddress;", "", ApiSince=31)>]
member this.LocalAddress : Java.Net.InetAddress

Property Value

the local IP address.

Attributes

Remarks

Returns the local IP address for the underlying Network being used.

Java documentation for android.net.ipsec.ike.IkeSessionConnectionInfo.getLocalAddress().

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