Which code segment should you use?
You are consuming a Windows Communication Foundation (WCF) service. The service interface is defined as follows:

The client application receives a WebResponse named response with the response from the service. You need to deserialize this response into a strongly typed object representing the return value of the method.
Which code segment should you use?
A.

B.

C.

D.
Correct Answer: A
Explanation/Reference: