DatagramSocketImpl.LocalPort Property

Definition

Gets the local port.

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

Property Value

an int representing the local port value

Attributes

Remarks

Gets the local port.

Java documentation for java.net.DatagramSocketImpl.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