proxy_clientProxyClientconnect本页总览connect 连接代理服务器 声明 bool connect(string host, int port, map para = {}, bool using_websocket = false) 参数 参数名描述host地址port端口para连接参数using_websocket是否使用websocket(true - 使用websocket, false - 不使用websocket;默认值为false) 返回值 true - 连接成功, false - 连接失败 使用方式 返回文档