Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我的基本想法是创建电子邮件(例如雅虎),但为此我需要打开连接,传递验证码,然后将其返回到相同的连接,这样验证码仍然是相同的。我只需要知道如何做到这一点。我希望你能得到我的问题。
验证码不应要求连接保持活动状态。它应该包括某种以不透明方式识别挑战的令牌 - 只要您在后续请求中将其呈现给服务器,就可以了。
(碰巧,HttpWebRequest 确实会重用连接,但在大多数情况下,这是您不需要了解的实现细节。)
HttpWebRequest