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)- A12% (3)
- C85% (22)
- D4% (1)
Community Discussion
No community discussion yet for this question.