シンプルな 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 パラメータを変更しようとしましたが、うまくいきません。
助けてください。
乾杯マウロ