6.2. System.Web namespace

The System.Web namespace (found in the System.Web.dll and System.Web. Services.dll assemblies) contains classes, interfaces, delegates, and enumerations that are used to enable communication between the web browser and server. Besides the classes, included in this namespace are the HTTPRequest class, which envelopes the HTTP request and contains information about it, and the HTTPResponse class, which sends the server’s output to the client, and the HTTPServerUtility object, which can be used to access the server-side utilities and processes. There are also classes for cookies manipulation, output cache control, file transfer, and so on. The following list shows the main classes included in the System.Web namespace. ...

Get A Programmer's Guide to .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.