Android.Net.LocalSocket Class
Creates a (non-server) socket in the UNIX-domain namespace.

See Also: LocalSocket Members

Syntax

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

Remarks

Creates a (non-server) socket in the UNIX-domain namespace. The interface here is not entirely unlike that of java.net.Socket

[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