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 类的响应?这样我就可以像这样使用它:
await GetResponseAsync("google.com");
使用 HttpWebRequest.BeginGetResponse 方法。请参阅此处以获取说明