I am working on a website, in which I am retrieving XML data from an external URL, using the following code
WebRequest req = WebRequest.Create(\"External se
Try this one if you want to specify the proxy details
Cheers!