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.
我想使用 RestSharp 对 TFS 服务器进行 POST,但我需要在调用之前对 Web 请求进行一些相当复杂的操作。
为此,我需要访问底层 HttpWebRequest 以进行“准备”样式调用。
RestSharp有可能吗?
RestSharp 不直接公开 HttpWebRequest,因此您最好编写自己的自定义包装器。