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.
我是 C# 新手(仍在学习)。我的问题是我必须为 excel 构建一个 C# 插件。应用程序的后端是使用 Restlet 实现的基于 Spring 的 Restful 服务。
我可以利用相同的服务并从提议的 C# 独立应用程序(excel 插件)进行调用吗?如果是这样,有人可以指点我一些示例 C# 客户端 Web 服务代码吗?
非常感谢!
是的你可以。
只需添加服务参考
然后使用 using 语句,您可以连接和拨打电话。
确保你也不要使用 using来包装你的电话。使用辅助类,甚至将其包装在 try/catch 中