增加Socks5协议支持,完成协议实体编写,未完成客户端和服务器编码,UDP支持可能较复杂
Stone 编写于 2012-01-22 21:51:10
X
using System;
using System.Collections.Generic;
using System.Text;

namespace NewLife.Net.Proxy
{
    class Socks5Client
    {
    }
}