Beispiel #1
0
        static void Main(string[] args)
        {
            var t = new WebProxy();

            t.Start("http://localhost:9999", "*", "*", "*");
            Console.ReadKey(true);
        }