Re: [DOTNET] System.Net.WebProxy and machine.config

2002-04-18 Thread Victor Scott
Barry, I tried using GlobalProxySelection and it still did not work. I am going to keep experimenting. Hopefully, I have not screwed up my configuration somehow. Victor You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://

Re: [DOTNET] System.Net.WebProxy and machine.config

2002-04-18 Thread Barry Cornelius
On Wed, 17 Apr 2002, Victor Scott wrote: > I am using the release version of the .Net framework. I am attempting to > invoke a Web Service through a Proxy by using System.Net.WebProxy. I > modified the client code (generated by the wsdl executable) to use a > WebProxy. I've successfully used: