You cannot change the crawl list after creating the proxy. Use the following constructor overloads:
Uri address = ...
proxy = new WebProxy(address, **true**);
true " " , 192.168.1.0/24.
:
Uri address = ...
proxy = new WebProxy(address, true, new string[] {"192.168.1.1","intranet",...});