Java.Net.ServerSocket.LocalSocketAddress Property
Gets the local socket address of this server socket or null if the socket is unbound.

Syntax

[get: Android.Runtime.Register("getLocalSocketAddress", "()Ljava/net/SocketAddress;", "GetGetLocalSocketAddressHandler")]
public virtual SocketAddress LocalSocketAddress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the local socket address of this server socket or null if the socket is unbound. This is useful on multihomed hosts. If the socket has ever been bound this method will return the local address it was bound to, even after it has been closed.

[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