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.
简单的故事,我使用 WCF 制作了一个服务器,现在我想将服务器移动到不同的位置。当移动客户端应用程序需要重新配置他们正在侦听的服务,因为 ip 不一样。你能自动化这个吗,当服务器移动时,所有监听它的应用程序都会自动检测服务器的新位置和地址。
您需要使用 WCF 4 和自动发现功能。这是一个很好的链接,可以为您提供第一步
使用 WCF 4 发现。 http://msdn.microsoft.com/en-us/library/dd456782.aspx