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.
我们计划使用 ADO.NET 的同步服务来与总部同步商店,并且有人建议我通过WCF 代理进行同步。
通过 WCF 代理进行同步是否意味着我可以通过 http 进行同步?如果没有,是否可以使用同步服务通过 http 进行同步。
(我不想每次获得需要与总部同步的新商店时都更新我们的防火墙——这就是我想通过 http 同步的原因)。
是的,WCF 实现了 SOAP 和 REST Web 服务,两者都可以通过 http 或 http/s 公开。
这是 MSDN 关于 WCF 的一些文档。
我们总是使用 http/s (SSL),即使在我们的局域网内也是如此。