Microsoft
98-363 · Question #139
Which of the following classes provides objects that are constructed automatically for every request given to an ASP.NET application and destroyed when the request has been completed?
The correct answer is B. HttpContext. See the full explanation below for the reasoning.
Question
Which of the following classes provides objects that are constructed automatically for every request given to an ASP.NET application and destroyed when the request has been completed?
Options
- AHttpResponse
- BHttpContext
- CHttpServletUtility
- DHttpRequest
How the community answered
(46 responses)- A4% (2)
- B74% (34)
- C15% (7)
- D7% (3)
Community Discussion
No community discussion yet for this question.