Microsoft
70-513 · Question #90
70-513 Question #90: Real Exam Question with Answer & Explanation
Sign in or unlock 70-513 to reveal the answer and full explanation for question #90. The question stem and answer options stay visible for context.
Question
You are developing a Windows Communication Foundation (WCF) service. The following code defines and implements the service. (Line numbers are included for reference only.) You need to ensure that two identical copies of the received message are created in the service. Which code segment should you insert at line 12?
Exhibit
Options
- AMessage msgCopy = message.CreateBufferedCopy(8192) as Message;
- BMessageBuffer buffer = message.CreateBufferedCopy(8192);
- CMessageBuffer buffer = message.CreateBufferedCopy(8192);
- DMessage msgCopy = message;
Unlock 70-513 to see the answer
You've previewed enough free 70-513 questions. Unlock 70-513 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
