Java.Net.Socket.InetAddress Property
Returns the IP address of the target host this socket is connected to, or null if this socket is not yet connected.

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

Returns the IP address of the target host this socket is connected to, or null if this socket is not yet connected.

[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