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.
 
Back
Top