thru proxy

  • Thread starter Thread starter Ben Lucas
  • Start date Start date
B

Ben Lucas

The HttpWebRequest object has a Proxy property on it. You can create an
instance of the WebProxy class and set the proxy credentials on the
Credentials property of the WebProxy class.
 
Hi all!
I have an app that needs to connect to internet thru a proxy.
Does anybody knoe how should I write the credentials for my proxy?

Thanks in advance,
Sebastián
 
Thanks Ben, the thing is that the response I get from that URL is a XML
document... and for some reason I can't tget the response, shall that be the
reason or xml has nothing to do with my problem...
I'm getting a time out exception
 
The response being XML shouldn't matter.
Maybe you could post the part of your code that is making the request.
 
Back
Top