Android.Net.LocalSocketAddress Class
A UNIX-domain (AF_LOCAL) socket address.

See Also: LocalSocketAddress Members

Syntax

[Android.Runtime.Register("android/net/LocalSocketAddress", DoNotGenerateAcw=true)]
public class LocalSocketAddress : Java.Lang.Object

Remarks

A UNIX-domain (AF_LOCAL) socket address. For use with android.net.LocalSocket and android.net.LocalServerSocket. On the Android system, these names refer to names in the Linux abstract (non-filesystem) UNIX domain namespace.

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1