Home > comp > gb.net > serversocket > accept 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
ServerSocket.Accept (gb.net)
Function Accept ( ) As Socket

Use this method to accept a connection request from a client.

You have to use it always into Connection event. The function will return a Socket object connected to client, to allow you manage that connection.

The new Socket object will be automatically attached to "Socket" event observer.