我正在创建在Windows Service应用程序中运行的WCF服务。我希望可以通过发现代理发现该服务。我必须在app.config文件中添加什么才能使其在发现代理中注册?
我找到了这篇文章“ How to: Implement a Discoverable Service that Registers with the Discovery Proxy”,但是它仅告诉您如何在代码中执行此操作,而没有显示如何在配置中执行操作。还有“ Configuring Discovery in a Configuration File”,但它不使用发现代理。