SocketHttpClientConnection.RemoteAddress Property

Definition

Gets the remote address of the socket.

public virtual Java.Net.InetAddress? RemoteAddress { [Android.Runtime.Register("getRemoteAddress", "()Ljava/net/InetAddress;", "GetGetRemoteAddressHandler")] get; }
[<get: Android.Runtime.Register("getRemoteAddress", "()Ljava/net/InetAddress;", "GetGetRemoteAddressHandler")>]
member this.RemoteAddress : Java.Net.InetAddress

Property Value

The remote address of the socket, or null before a socket is bound.

Implements

Attributes

Remarks

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