Microsoft
70-513 · Question #33
You develop a Windows Communication Foundation (WCF) RESTful service that provides media streaming services. The service includes the following code. (Line numbers are included for reference only.) Th
The correct answer is A. [WebInvolce(ResponseFormat = WebMessageFormat.Xml, BodyStyle =. See the full explanation below for the reasoning.
Question
You develop a Windows Communication Foundation (WCF) RESTful service that provides media streaming services. The service includes the following code. (Line numbers are included for reference only.) The service must return an XML response. You need to apply the correct attribute to AddMediaTitle method. Which code segment should you insert at line 05?
Exhibit
Options
- A[WebInvolce(ResponseFormat = WebMessageFormat.Xml, BodyStyle =
- B[WebInvoice (ResponseFormat = WebMessageFormat.Xml, BodyStyle =
- C[WebInvolce (Method= "POST") ]
- D[WebInvoice]
How the community answered
(55 responses)- A84% (46)
- B9% (5)
- C5% (3)
- D2% (1)
Community Discussion
No community discussion yet for this question.
