Java.Net.ServerSocket.InetAddress Property
Gets the local IP address of this server socket if this socket has ever been bound, null otherwise.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Gets the local IP address of this server socket if this socket has ever been bound, null otherwise. This is useful for multihomed hosts.

[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