LocalSocketAddress.GetNamespace Method

Definition

Returns the namespace used by this address.

[Android.Runtime.Register("getNamespace", "()Landroid/net/LocalSocketAddress$Namespace;", "GetGetNamespaceHandler")]
public virtual Android.Net.LocalSocketAddress.Namespace? GetNamespace ();
[<Android.Runtime.Register("getNamespace", "()Landroid/net/LocalSocketAddress$Namespace;", "GetGetNamespaceHandler")>]
abstract member GetNamespace : unit -> Android.Net.LocalSocketAddress.Namespace
override this.GetNamespace : unit -> Android.Net.LocalSocketAddress.Namespace

Returns

non-null a namespace

Attributes

Remarks

Java documentation for android.net.LocalSocketAddress.getNamespace().

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