我正在开发一个简单的基于 WCF 的应用程序。
我的服务很简单,只有 2 个端点:1)服务 2)updDiscovery
<services>
<service name="myService">
<endpoint address="http://192.168.1.18/service"/>
<endpoint name="udpDiscovery" kind="udpDiscoveryEndpoint" endpointConfiguration="adhocDiscoveryEndpointConfiguration"/>
</service>
</services>
它工作得很好,但我会打开/关闭我的服务的可发现性。我试图更改 Enable 参数,但它不起作用。
你能帮我吗?
干杯毛罗