nerdexam
Microsoft

70-513 · Question #42

You are developing a Windows Communication Foundation (WCF) service that must be discoverable. You need to ensure that the ServiceHost instance supports multiple discovery versions. What should you…

The correct answer is C. Specify a unique DiscoveryVersion parameter for each endpoint constructor. We should specify version discovery for each endpoint constructor and use unique addresses for

Manage application lifecycle

Question

You are developing a Windows Communication Foundation (WCF) service that must be discoverable. You need to ensure that the ServiceHost instance supports multiple discovery versions. What should you do?

Options

  • ASpecify a unique DiscoveryVersion parameter for each endpoint constructor.
  • BUse the endpoint constructor without the DiscoveryVersion parameter.
  • CSpecify a unique DiscoveryVersion parameter for each endpoint constructor.
  • DUse the endpoint constructor without the DiscoveryVersion parameter.

How the community answered

(48 responses)
  • A
    6% (3)
  • B
    19% (9)
  • C
    71% (34)
  • D
    4% (2)

Explanation

We should specify version discovery for each endpoint constructor and use unique addresses for

Topics

#WCF#service discovery#DiscoveryVersion#ServiceEndpoint

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice