Java.Net.Socket.LocalAddress Property
Returns the local IP address this socket is bound to, or an address for which InetAddress.IsAnyLocalAddress returns true if the socket is closed or unbound.

Syntax

[get: Android.Runtime.Register("getLocalAddress", "()Ljava/net/InetAddress;", "GetGetLocalAddressHandler")]
public virtual InetAddress LocalAddress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the local IP address this socket is bound to, or an address for which InetAddress.IsAnyLocalAddress returns true if the socket is closed or unbound.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1