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.
如何从 .NET 1.1 调用 WCF REST 4.0。我遇到了麻烦!任何帮助我的人都会感激。
它很简单。WCF Restful 服务不需要任何 mex 文件来构建您的代理客户端。调用 RESTful 服务与浏览任何 URL 相同。您可以使用 HTTPWebRequest 类对资源进行 http 请求。
请参阅MSDN或此处的此示例