前一个 下一个 编辑 重命名 撤销 搜索 管理
| 文档 |
Function Accept ( ) As SocketUse 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.