Returns the local port this socket is bound to, or -1 if the socket is unbound.
Syntax
[get: Android.Runtime.Register("getLocalPort", "()I", "GetGetLocalPortHandler")] public virtual intLocalPort { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Returns the local port this socket is bound to, or -1 if the socket is unbound. If the socket
has been closed this method will still return the local port the socket was bound to.