What should you do?
You have an existing Windows Communication Foundation (WCF) service. You need to ensure that other services are notified when the service is started.
What should you do?
A. Add the following standard endpoint to the service <endpoint names"udpAnnouncementEndpoint" kind="udpDiscoveryEndpoint" />
B. Add the following standard endpoint to the service
<endpoint name="udpDiscoveryEndpoint kind="udpAnnouncementEndpoint" />
C. Add a service behavior with the following element.

D. Add a service behavior with the following element.
Correct Answer: D
Explanation/Reference: