john Britto

john Britto

  • NA
  • 1
  • 0

SSL Proxy - HTTPS Download

Dec 1 2005 10:40 PM

Hi ,

I used to read postings in C# corner, all of them are very professional and helpful for real time applications. The same way I read one posting about HTTP File download, here I am heck up with HTTPS download. That article mentioned for SSL applied site we can’t use proxy credential instead we can change the proxy object format as 

WebProxy
myProxy = new WebProxy("server.https.com", 443); 

Here I am not able to use any server mappings. This same scenario works fine in intranet while accessing from extranet we are facing issues with this format. Could you able to give exact approach in this regard?

Your earliest reply would be of very help. 

Thanks in Anticipation