The System.Web namespace consists of the classes, interfaces, delegates, and enumerations that enable browser-server communication.
This namespace includes the HttpRequest class which provides information about the current HTTP request, the HttpResponse class which manages HTTP output to the client, and the HttpServerUtility class which provides access to server-side utilities and processes.
System.Web also includes classes for cookie manipulation, file transfer, exception information, and output cache control.