开发者

HttpWebRequest over SSL, Cerificates, etc

开发者 https://www.devze.com 2022-12-16 02:29 出处:网络
Could you guys 开发者_StackOverflow中文版show me a simple example of HttpWebRequest over SSL with authorization on a form,

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消