Previous Topic: National Language Support (NLS)Next Topic: Access Mechanism


HttpRequest and HttpResponse Object Access

System.Web.HttpRequest and System.Web.HttpResponse are classes in the .NET Framework Class Library. HttpRequest lets ASP.NET read the HTTP values set by a client during a Web request. HttpResponse encapsulates HTTP response information from an ASP.NET operation. See Microsoft documentation for a list of the methods and properties of these classes.