哪位老兄知道,高分阿!!!

解决方案 »

  1.   

    http://www.csdn.net/develop/article/16/16612.shtm建议还是看看RFC,有很详细的说明。
      

  2.   

    按照协议走就可以了:rfc1928
    我试过了,可以通过的
      

  3.   

    CAsyncProxySocket - CAsyncSocket derived class to connect through proxies
    19 Dec 2001
    This class allows you to establish connections through SOCKS4/5 and HTTP 1.1 proxies 
    http://www.codeproject.com/internet/casyncproxysocket.asp
      

  4.   

    CAsyncSocketEx - Replacement for CAsyncSocket with proxy and SSL support
    By Tim Kosse 
    CAsyncSocketEx is an MFC-less replacement for CAsyncSocket which does also offer a flexible layer system. With the layer class CAsyncProxySocketLayer, you can connect through proxy servers.  
    http://www.codeproject.com/internet/casyncsocketex.asp