nerdexam
Microsoft

70-513 · Question #21

A Windows Communication Foundation (WCF) service has a callback contract. You are developing a client application that will call this service. You must ensure that the client application can…

The correct answer is C. On the client, create a proxy derived from DuplexClientBase<TChannel>. See the full explanation below for the reasoning.

Question

A Windows Communication Foundation (WCF) service has a callback contract. You are developing a client application that will call this service. You must ensure that the client application can interact with the WCF service. What should you do?

Options

  • AOn the OperationContractAttribute, set the AsyncPattern property value to true.
  • BOn the OperationContractAttribute, set the ReplyAction property value to the endpoint
  • COn the client, create a proxy derived from DuplexClientBase<TChannel>.
  • DOn the client, use GetCallbackChannel<T>.

How the community answered

(26 responses)
  • A
    12% (3)
  • C
    85% (22)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice