RtpStream.LocalAddress Property

Definition

Returns the network address of the local host.

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

Property Value

Attributes

Remarks

Returns the network address of the local host.

Java documentation for android.net.rtp.RtpStream.getLocalAddress().

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