50
Answer (Choose 1 answer)
Choose the correct statement related to the WebResponse Class
A. Applications can participate in request and response.transactions in a protocol-agnostic manner using instances of the WebResponse class
B. The WebResponse class is the abstract base class from which protocol-specific response classes are derived
C. Client applications do not create WebResponse objects directly, they are created by calling the GetResponse method on a WebRequest instance
D. All of the others