S> WebRequest req = WebRequest.Create("http://www.newdomain.com/"); S> req.Proxy = new WebProxy("http://DOMAIN.IP.ADDRESS:80/"); S>