Microsoft
70-513 · Question #142
You are developing a Windows Communication Foundation (WCF) client application. The client application contains the following code. The configuration file contains the following lines. You need to…
The correct answer is A. var client = new SocialClient("SocialClient"). See the full explanation below for the reasoning.
Question
You are developing a Windows Communication Foundation (WCF) client application. The client application contains the following code. The configuration file contains the following lines. You need to ensure that the service is consumed. Which code segment should you use?
Exhibits
Options
- Avar client = new SocialClient("SocialClient");
- Bvar client = new SocialClient("SocialClient");
- Cvar client = new SocialClient("POST");
- Dvar client = new SocialClient("POST");
How the community answered
(57 responses)- A74% (42)
- B7% (4)
- C16% (9)
- D4% (2)
Community Discussion
No community discussion yet for this question.

