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.
我需要自动发现本地网络中的服务(由 WEB API - RESTFULL 提供)在哪里。
我的想法是为此使用 DiscoveryClient,但我刚刚找到了 WCF 的一些示例。
有人可以帮我解决这个问题吗?
DiscoveryClient使用WS-Discovery协议,它是基于 SOAP 的协议。
DiscoveryClient
WS-Discovery
REST 中的发现通常通过超媒体实现。或者,您可以为其提供自定义注册表服务。