net_exFClientConnectionBaseconnect本页总览connect 连接服务器 声明 bool connect(string host, int port, int timeout = 5) 参数 参数名描述host- 服务器主机port- 服务器端口timeout- 连接超时时间 返回值 true - 连接成功, false - 连接失败 使用方式 返回文档