SocketHttpClientConnection.RemotePort Property

Definition

Gets the remote port of the socket.

public virtual int RemotePort { [Android.Runtime.Register("getRemotePort", "()I", "GetGetRemotePortHandler")] get; }
[<get: Android.Runtime.Register("getRemotePort", "()I", "GetGetRemotePortHandler")>]
member this.RemotePort : int

Property Value

The remote port of the socket, or -1 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