Which client endpoint configuration should you use?

You are developing an ASP.NET web application.
The application consumes a WCF service that implements a contract named IcontosoService.
The service is located on the local network and is exposed using the following endpoint <endpoint name="udpDiscover" kind="udpDiscoveryEndpoint"/> You need to consume the service by using the WS-Discovery protocol.
Which client endpoint configuration should you use?
A. <endpoint name="contosoEndpoint" address="oneway-basic" binding="basicHttpBinding" contract="IContosoService"/>
B. <endpoint name="contosoEndpoint" kind="dynamicEndpoint" binding="wsHttpBinding" contract="IContosoService"/>
C. <endpoint name="contosoEndpoint" address="twoway-basic" binding="basicHttpBinding" contract="IContosoService"/>
D. <endpoint name="contosoEndpoing" address="dynamicEndpoint" binding="wsHttpBinding" contract="*"/>

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.