DatagramSocket.LocalPort Property

Definition

Returns the port number on the local host to which this socket is bound.

public virtual int LocalPort { [Android.Runtime.Register("getLocalPort", "()I", "GetGetLocalPortHandler")] get; }
[<get: Android.Runtime.Register("getLocalPort", "()I", "GetGetLocalPortHandler")>]
member this.LocalPort : int

Property Value

the port number on the local host to which this socket is bound, -1 if the socket is closed, or 0 if it is not bound yet.

Attributes

Remarks

Returns the port number on the local host to which this socket is bound.

Java documentation for java.net.DatagramSocket.getLocalPort().

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