J
jethung
Unregistered / Unconfirmed
GUEST, unregistred user!
我想在BCB6中写一个安全代理服务器,用TIdTCPServer监听本地客户端连接,在TIdTCPServer的OnConnect事件中,使用TIdTCPClient *client=new TIdTCPClient(NULL)生成一个TIdTCPClient连接到远端服务器,可是每次在调用client->Connect()方法后,TIdTCPServer就抛出一个错误,然后断开了本地客户端的连接。
请问是什么问题呢?
请问是什么问题呢?