如何在 C# 中模拟邮递员的帖子
Posted
技术标签:
【中文标题】如何在 C# 中模拟邮递员的帖子【英文标题】:How to emulate a postman post in c# 【发布时间】:2021-12-05 16:16:57 【问题描述】:我需要编写一个与 PostMan 操作等效的 C#。我知道这很简单,但我被卡住了!最好通过 HttpClient、WebClient、RestSharp 实现。请帮忙。
【问题讨论】:
【参考方案1】:您可以在Postman中生成代码,支持为RestSharp
生成代码。
https://learning.postman.com/docs/sending-requests/generate-code-snippets/
【讨论】:
Tony Yip --- 你是一个救生员。答案就在我面前(我看了好几遍)但我看不到。谢谢你以上是关于如何在 C# 中模拟邮递员的帖子的主要内容,如果未能解决你的问题,请参考以下文章
使用 C# HttpClient API 和 postman 测试的区别?客户端调用适用于邮递员,但不适用于 C# httpClient getAsync