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.
我正在尝试使用 Leaf.xNet 向我的 HttpRequest 添加一个正文。这是我的代码:
HttpRequest req = new HttpRequest(); req.ConnectTimeout = 5000; req.Get($"https://httpbin.org/");