我可以放心使用 WCF Starter Kit HttpClient 吗?
我想开始使用 WCF Rest Starter Kit 的 HttpClient 为我的 Restful WCF 服务构建客户端,我想知道...
如果有人目前有经验 有任何问题
我可以确信未来的版本 组件(只是 HttpClient, 不担心其余的 套件)不会包含 API 的重大更改?
它似乎是一个非常简单的组件,所以我无法想象它会发生任何重大变化,但也许这里更“了解”的人可以给我一个提醒。
提前致谢。
I would like to start using the WCF Rest Starter Kit's HttpClient to build clients for my Restful WCF services and I was wondering...
If anyone is currently experience
any problems with itCan I be confident that future versions of
the component (just the HttpClient,
not worried about the rest of the
kit) will not contain significant changes to the API?
It seems like a pretty straight-forward component so I can't imagine any major changes with it, but maybe somebody here who is more "in the know" could give me a heads up.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在 WCF 团队工作,并且编写了大部分 HttpClient 代码。
没有重大已知问题。 公共问题跟踪器位于 http://aspnet.codeplex.com/WorkItem/List.aspx< /a>(搜索 HttpClient 或 WCF REST)。
微软保留更改它的权利。 话虽这么说,我认为已经发布的 API 不会有重大变化。 (也许会进行一些小的重命名。)我们主要考虑添加特性/功能,这不应破坏您现有的代码。
告诉我们您的使用情况的一个好方法是通过论坛:http://go.microsoft.com /?linkid=9632199 。
I work on the WCF team and I wrote most of the HttpClient code.
No major known issues. The public issue tracker is at http://aspnet.codeplex.com/WorkItem/List.aspx (search for HttpClient or WCF REST).
Microsoft does reserve the right to change it. That being said, I don't think there will be significant changes to the API that has shipped. (Maybe some minor renaming.) We're mostly considering adding features/capabilities, which shouldn't break your existing code.
A great way to tell us about your usage is via the forum: http://go.microsoft.com/?linkid=9632199 .
在发布之前,微软肯定会保留更改的权利。
另一方面,如果您确保他们知道您正在使用它,那么您就不太可能因任何更改而感到不便。
Until it's released, Microsoft will surely reserve the right to change it.
On the other hand, if you make sure they know you're using it, you're somewhat less likely to be, ummmm, inconvenienced by any changes.