Multiple choice technology life sciences

How are WCF services exposed?

  1. End Points

  2. Web Reference

  3. Directly referring the URL

  4. All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

WCF services are structurally exposed to external clients using endpoints, which consist of an Address, Binding, and Contract (ABC). Web references and direct URL references are client-side techniques for consuming services rather than exposing them.