Home > comp > gb.net > serversocket > accept 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
ServerSocket.Accept (gb.net)
Syntax
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.