Set Hook function when the connection is created for the Server (设置该Server的连接创建时Hook函数)
(func(IConnection))
| 32 | |
| 33 | // Set Hook function when the connection is created for the Server (设置该Server的连接创建时Hook函数) |
| 34 | SetOnConnStart(func(IConnection)) |
| 35 | |
| 36 | // Set Hook function when the connection is disconnected for the Server |
| 37 | // (设置该Server的连接断开时的Hook函数) |