Java.Net.Socket.RemoteSocketAddress Property
Returns the remote address and port of this socket as a SocketAddress or null if the socket is not connected.

Syntax

[get: Android.Runtime.Register("getRemoteSocketAddress", "()Ljava/net/SocketAddress;", "GetGetRemoteSocketAddressHandler")]
public virtual SocketAddress RemoteSocketAddress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the remote address and port of this socket as a SocketAddress or null if the socket is not 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