HttpWebRequest over SSL, Cerificates, etc
Could you guys 开发者_StackOverflow中文版show me a simple example of HttpWebRequest over SSL with authorization on a form, for example - how to get through gmail authorization?
I can't find any normal example: - how to actually obtain a certificate? - how to pass credentials - and other stuff...
What are you trying to do? Send email through GMAIL?
If so you should be able to use SmtpWebRequest for that.
精彩评论