Monkey Documentation

Interface IOnAcceptComplete


Methods:

Method Documentation

Method OnAcceptComplete : Void ( socket:Socket, source:Socket )

This method is called when an asynchronous socket accept operation completes.

socket contains the incoming connection.

If you want to accept another connection, you will need to call AcceptAsync again.

See also AcceptAsync