Share via


SocketImpl.Address Property

Definition

The IP address of the remote end of this socket.

[Android.Runtime.Register("address")]
protected Java.Net.InetAddress? Address { get; set; }
[<Android.Runtime.Register("address")>]
member this.Address : Java.Net.InetAddress with get, set

Property Value

Attributes

Remarks

The IP address of the remote end of this socket.

Java documentation for java.net.SocketImpl.address.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to