Android.Net.LocalServerSocket.Accept Method
Accepts a new connection to the socket.

Syntax

[Android.Runtime.Register("accept", "()Landroid/net/LocalSocket;", "GetAcceptHandler")]
public virtual LocalSocket Accept ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Accepts a new connection to the socket. Blocks until a new connection arrives.

[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