Webclient class and https

  • Thread starter Thread starter Galore
  • Start date Start date
G

Galore

Hello,

Does the webclient class (System.Net) work well with https? Is there any
difference between working with http and https (in the code)?

Thanks
 
Galore,

There should not be. Both protocols are handled by the HttpWebRequest
and HttpWebResponse classes.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top