Looks like you left in the line:
request.Proxy = new WebProxy(proxyHost,proxyPort);
Remove it. That's only good for HTTP proxies (and ISA, or something...)
Looks like you left in the line:
request.Proxy = new WebProxy(proxyHost,proxyPort);
Remove it. That's only good for HTTP proxies (and ISA, or something...)