Java.Net.ServerSocket.ImplAccept Method
Invokes the server socket implementation to accept a connection on the given socket aSocket.

Syntax

[Android.Runtime.Register("implAccept", "(Ljava/net/Socket;)V", "")]
protected void ImplAccept (Socket aSocket)

Parameters

aSocket
the concrete SocketImpl to accept the connection request on.

Exceptions

TypeReason
Java.IO.IOExceptionif the connection cannot be accepted.

Remarks

Invokes the server socket implementation to accept a connection on the given socket aSocket.

[Android Documentation]

Requirements

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