可以从 .Net 4 客户端配置文件调用 Web 服务吗?
有没有办法从 .Net 4 Client Profile 客户端调用 Web 服务?我的理解是 System.Web 在 Client Profile 4 中不可用。
Is there a way to call a webservice from a .Net 4 Client Profile client? My understanding is that System.Web is not available in the Client Profile 4.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
System.Web.Services 在客户端配置文件中可用。正是为了这个场景,它才从 System.Web for .NET 4 中分离出来。
System.Web.Services is available in the client profile. It was split apart from System.Web for .NET 4 just for this very scenario.