首页 > 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 ko ja ru zh_TW eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
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.